Html Css Color HEX #245BBB Cerulean Blue

📋 copy color: '#245BBB'

red 36 ◦ green 91 ◦ blue 187

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

Shades of Cerulean Blue #245BBB

Tints of Cerulean Blue #245BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 11.46%
G = 28.98%
B = 59.55%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#245BBB (or 0x245BBB) is known color: Cerulean Blue. HEX triplet: 24, 5B and BB. RGB value is (36,91,187). Sum of RGB (Red+Green+Blue) = 36+91+187=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #245BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BBB is #DBA444. Grayscale: #555555. Windows color (decimal): -14394437 or 12278564. OLE color: 12278564.

HSL color Cylindrical-coordinate representation of color #245BBB: hue angle of 218.15º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245BBB is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 91 187 -
CMYK 0.81 0.51 0 0.27
HSL 218.15º 0.68% 0.44% -
HSV(B) 218.15º 0.81% 0.73% -
XYZ 13.44 11.45 48.51 -
YUV 85.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 36 91 187 0.81 0.51 0 0.27 218.15 0.68 0.44
Hex 24 5B BB 51 33 0 1B DA 44 2C
Octal 44 133 273 121 63 0 33 332 104 54
Binary 100100 1011011 10111011 1010001 110011 0 11011 11011010 1000100 101100

Color Harmonies of #245BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BBB

Black with #245BBB

Text Example


Text Example

White with #245BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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