Html Css Color HEX #2E42CC Cerulean Blue

📋 copy color: '#2E42CC'

red 46 ◦ green 66 ◦ blue 204

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

Shades of Cerulean Blue #2E42CC

Tints of Cerulean Blue #2E42CC

RGB

 RED value IS 46 (18.36% from 255) = 14.56%

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 14.56%
G = 20.89%
B = 64.56%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E42CC (or 0x2E42CC) is known color: Cerulean Blue. HEX triplet: 2E, 42 and CC. RGB value is (46,66,204). Sum of RGB (Red+Green+Blue) = 46+66+204=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E42CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E42CC is #D1BD33. Grayscale: #4B4B4B. Windows color (decimal): -13745460 or 13386286. OLE color: 13386286.

HSL color Cylindrical-coordinate representation of color #2E42CC: hue angle of 232.41º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E42CC is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 66 204 -
CMYK 0.77 0.68 0 0.2
HSL 232.41º 0.63% 0.49% -
HSV(B) 232.41º 0.77% 0.8% -
XYZ 13.97 8.84 58.1 -
YUV 75.75 200.37 106.78 -
System Red Green Blue C M Y K H S L
Decimal 46 66 204 0.77 0.68 0 0.2 232.41 0.63 0.49
Hex 2E 42 CC 4D 44 0 14 E8 3F 31
Octal 56 102 314 115 104 0 24 350 77 61
Binary 101110 1000010 11001100 1001101 1000100 0 10100 11101000 111111 110001

Color Harmonies of #2E42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E42CC

Black with #2E42CC

Text Example


Text Example

White with #2E42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,66,204); }

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

background-color css

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

 a { background-color: rgb(46,66,204); }

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

border-color css

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

 span { border-color: rgb(46,66,204); }

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