Html Css Color HEX #2A4ECE Cerulean Blue

📋 copy color: '#2A4ECE'

red 42 ◦ green 78 ◦ blue 206

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

Shades of Cerulean Blue #2A4ECE

Tints of Cerulean Blue #2A4ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

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

R = 12.88%
G = 23.93%
B = 63.19%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A4ECE (or 0x2A4ECE) is known color: Cerulean Blue. HEX triplet: 2A, 4E and CE. RGB value is (42,78,206). Sum of RGB (Red+Green+Blue) = 42+78+206=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A4ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4ECE is #D5B131. Grayscale: #515151. Windows color (decimal): -14004530 or 13520426. OLE color: 13520426.

HSL color Cylindrical-coordinate representation of color #2A4ECE: hue angle of 226.83º 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 #2A4ECE is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 78 206 -
CMYK 0.80 0.62 0 0.19
HSL 226.83º 0.66% 0.49% -
HSV(B) 226.83º 0.8% 0.81% -
XYZ 14.82 10.4 59.62 -
YUV 81.83 198.07 99.59 -
System Red Green Blue C M Y K H S L
Decimal 42 78 206 0.80 0.62 0 0.19 226.83 0.66 0.49
Hex 2A 4E CE 50 3E 0 13 E3 42 31
Octal 52 116 316 120 76 0 23 343 102 61
Binary 101010 1001110 11001110 1010000 111110 0 10011 11100011 1000010 110001

Color Harmonies of #2A4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4ECE

Black with #2A4ECE

Text Example


Text Example

White with #2A4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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