Html Css Color HEX #245CCC Cerulean Blue

📋 copy color: '#245CCC'

red 36 ◦ green 92 ◦ blue 204

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

Shades of Cerulean Blue #245CCC

Tints of Cerulean Blue #245CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 10.84%
G = 27.71%
B = 61.45%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#245CCC (or 0x245CCC) is known color: Cerulean Blue. HEX triplet: 24, 5C and CC. RGB value is (36,92,204). Sum of RGB (Red+Green+Blue) = 36+92+204=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #245CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CCC is #DBA333. Grayscale: #575757. Windows color (decimal): -14394164 or 13392932. OLE color: 13392932.

HSL color Cylindrical-coordinate representation of color #245CCC: hue angle of 220º 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 #245CCC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 92 204 -
CMYK 0.82 0.55 0 0.2
HSL 220º 0.7% 0.47% -
HSV(B) 220º 0.82% 0.8% -
XYZ 15.45 12.39 58.7 -
YUV 88.02 193.45 90.89 -
System Red Green Blue C M Y K H S L
Decimal 36 92 204 0.82 0.55 0 0.2 220 0.7 0.47
Hex 24 5C CC 52 37 0 14 DC 46 2F
Octal 44 134 314 122 67 0 24 334 106 57
Binary 100100 1011100 11001100 1010010 110111 0 10100 11011100 1000110 101111

Color Harmonies of #245CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CCC

Black with #245CCC

Text Example


Text Example

White with #245CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245CCC; }

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

 H1.HeaderClassName
 {
   color: #245CCC;
 }
 .AnyTagClassName
 {
   color: #245CCC;
 }
</style>

background-color css

<style>
 a { background-color: #245CCC; }

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

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

border-color css

<style>
 span { border-color: #245CCC; }

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

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