Html Css Color HEX #245BB8 Cerulean Blue

📋 copy color: '#245BB8'

red 36 ◦ green 91 ◦ blue 184

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

Shades of Cerulean Blue #245BB8

Tints of Cerulean Blue #245BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

 BLUE value IS 184 (72.27% from 255) = 59.16%

R = 11.58%
G = 29.26%
B = 59.16%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#245BB8 (or 0x245BB8) is known color: Cerulean Blue. HEX triplet: 24, 5B and B8. RGB value is (36,91,184). Sum of RGB (Red+Green+Blue) = 36+91+184=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #245BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BB8 is #DBA447. Grayscale: #545454. Windows color (decimal): -14394440 or 12081956. OLE color: 12081956.

HSL color Cylindrical-coordinate representation of color #245BB8: hue angle of 217.7º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245BB8 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 36 91 184 -
CMYK 0.80 0.51 0 0.28
HSL 217.7º 0.67% 0.43% -
HSV(B) 217.7º 0.8% 0.72% -
XYZ 13.12 11.32 46.84 -
YUV 85.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 36 91 184 0.80 0.51 0 0.28 217.7 0.67 0.43
Hex 24 5B B8 50 33 0 1C DA 43 2B
Octal 44 133 270 120 63 0 34 332 103 53
Binary 100100 1011011 10111000 1010000 110011 0 11100 11011010 1000011 101011

Color Harmonies of #245BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BB8

Black with #245BB8

Text Example


Text Example

White with #245BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,91,184); }

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

background-color css

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

 a { background-color: rgb(36,91,184); }

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

border-color css

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

 span { border-color: rgb(36,91,184); }

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