#2A4DD0

Color #2A4DD0 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2A4DD0

Tints of Cerulean Blue #2A4DD0

Color information

#2A4DD0 (or 0x2A4DD0) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4D and D0. RGB value is (42,77,208). Sum of RGB (Red+Green+Blue) = 42+77+208=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #2A4DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DD0 is #D5B22F. Grayscale: #505050. Windows color (decimal): -14004784 or 13651242. OLE color: 13651242.

HSL color Cylindrical-coordinate representation of color #2A4DD0: hue angle of 227.35º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A4DD0 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4277208-
CMYK0.800.6300.18
HSL227.35º66.4%49.02%-
HSV(B)227.35º79.81%81.57%-
XYZ14.9910.3560.88-
YUV81.47199.499.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 12.84%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 208 (81.64% from 255) = 63.61%
R=12.84%
G=23.55%
B=63.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal42772080.800.6300.18227.3566.449.02
Hex2A4DD0503F012e34231
Octal521153201207702234310261
Binary1010101001101110100001010000111111010010111000111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4DD0; }

 p { color: rgb(42,77,208); }

 H1.HeaderClassName
 {
   color: #2A4DD0;
 }
 .AnyTagClassName
 {
   color: #2A4DD0;
 }
</style>
background-color css

<style>
 a { background-color: #2A4DD0; }

 a { background-color: rgb(42,77,208); }

 div.DivClassName
 {
   background-color: #2A4DD0;
 }
 .BgClassName
 {
   background-color: #2A4DD0;
 }
</style>
border-color css

<style>
 span { border-color: #2A4DD0; }

 span { border-color: rgb(42,77,208); }

 td.TdClassName
 {
   border-color: #2A4DD0;
 }
 .TagClassName
 {
   border-color: #2A4DD0;
 }
</style>