Html Css Color HEX #2A4DCE Cerulean Blue

📋 copy color: '#2A4DCE'

red 42 ◦ green 77 ◦ blue 206

#2A4DCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2A4DCE

Tints of Cerulean Blue #2A4DCE

RGB

 RED value IS 42 (16.8% from 255) = 12.92%

 GREEN value IS 77 (30.47% from 255) = 23.69%

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 12.92%
G = 23.69%
B = 63.38%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A4DCE (or 0x2A4DCE) is known color: Cerulean Blue. HEX triplet: 2A, 4D and CE. RGB value is (42,77,206). Sum of RGB (Red+Green+Blue) = 42+77+206=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A4DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DCE is #D5B231. Grayscale: #505050. Windows color (decimal): -14004786 or 13520170. OLE color: 13520170.

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

Color convert

RGB 42 77 206 -
CMYK 0.80 0.63 0 0.19
HSL 227.2º 0.66% 0.49% -
HSV(B) 227.2º 0.8% 0.81% -
XYZ 14.75 10.26 59.59 -
YUV 81.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 42 77 206 0.80 0.63 0 0.19 227.2 0.66 0.49
Hex 2A 4D CE 50 3F 0 13 E3 42 31
Octal 52 115 316 120 77 0 23 343 102 61
Binary 101010 1001101 11001110 1010000 111111 0 10011 11100011 1000010 110001

Color Harmonies of #2A4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4DCE

Black with #2A4DCE

Text Example


Text Example

White with #2A4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A4DCE;
 }
 .AnyTagClassName
 {
   color: #2A4DCE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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