Html Css Color HEX #2445CC Cerulean Blue

📋 copy color: '#2445CC'

red 36 ◦ green 69 ◦ blue 204

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

Shades of Cerulean Blue #2445CC

Tints of Cerulean Blue #2445CC

RGB

 RED value IS 36 (14.45% from 255) = 11.65%

 GREEN value IS 69 (27.34% from 255) = 22.33%

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

R = 11.65%
G = 22.33%
B = 66.02%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2445CC (or 0x2445CC) is known color: Cerulean Blue. HEX triplet: 24, 45 and CC. RGB value is (36,69,204). Sum of RGB (Red+Green+Blue) = 36+69+204=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #2445CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2445CC is #DBBA33. Grayscale: #494949. Windows color (decimal): -14400052 or 13387044. OLE color: 13387044.

HSL color Cylindrical-coordinate representation of color #2445CC: hue angle of 228.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2445CC is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 69 204 -
CMYK 0.82 0.66 0 0.2
HSL 228.21º 0.7% 0.47% -
HSV(B) 228.21º 0.82% 0.8% -
XYZ 13.75 8.99 58.14 -
YUV 74.52 201.07 100.52 -
System Red Green Blue C M Y K H S L
Decimal 36 69 204 0.82 0.66 0 0.2 228.21 0.7 0.47
Hex 24 45 CC 52 42 0 14 E4 46 2F
Octal 44 105 314 122 102 0 24 344 106 57
Binary 100100 1000101 11001100 1010010 1000010 0 10100 11100100 1000110 101111

Color Harmonies of #2445CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2445CC

Black with #2445CC

Text Example


Text Example

White with #2445CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2445CC; }

 p { color: rgb(36,69,204); }

 H1.HeaderClassName
 {
   color: #2445CC;
 }
 .AnyTagClassName
 {
   color: #2445CC;
 }
</style>

background-color css

<style>
 a { background-color: #2445CC; }

 a { background-color: rgb(36,69,204); }

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

border-color css

<style>
 span { border-color: #2445CC; }

 span { border-color: rgb(36,69,204); }

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