Html Css Color HEX #2445C8 Cerulean Blue

📋 copy color: '#2445C8'

red 36 ◦ green 69 ◦ blue 200

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

Shades of Cerulean Blue #2445C8

Tints of Cerulean Blue #2445C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 65.57%

R = 11.8%
G = 22.62%
B = 65.57%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2445C8 (or 0x2445C8) is known color: Cerulean Blue. HEX triplet: 24, 45 and C8. RGB value is (36,69,200). Sum of RGB (Red+Green+Blue) = 36+69+200=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 200 (78.52% from 255 or 65.57% from 305); Max value from RGB is 200 - color contains mainly: blue. Hex color #2445C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2445C8 is #DBBA37. Grayscale: #494949. Windows color (decimal): -14400056 or 13124900. OLE color: 13124900.

HSL color Cylindrical-coordinate representation of color #2445C8: hue angle of 227.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2445C8 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 69 200 -
CMYK 0.82 0.66 0 0.22
HSL 227.93º 0.69% 0.46% -
HSV(B) 227.93º 0.82% 0.78% -
XYZ 13.28 8.8 55.64 -
YUV 74.07 199.07 100.85 -
System Red Green Blue C M Y K H S L
Decimal 36 69 200 0.82 0.66 0 0.22 227.93 0.69 0.46
Hex 24 45 C8 52 42 0 16 E4 45 2E
Octal 44 105 310 122 102 0 26 344 105 56
Binary 100100 1000101 11001000 1010010 1000010 0 10110 11100100 1000101 101110

Color Harmonies of #2445C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2445C8

Black with #2445C8

Text Example


Text Example

White with #2445C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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