Html Css Color HEX #245CBF Cerulean Blue

📋 copy color: '#245CBF'

red 36 ◦ green 92 ◦ blue 191

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

Shades of Cerulean Blue #245CBF

Tints of Cerulean Blue #245CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.87%

R = 11.29%
G = 28.84%
B = 59.87%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#245CBF (or 0x245CBF) is known color: Cerulean Blue. HEX triplet: 24, 5C and BF. RGB value is (36,92,191). Sum of RGB (Red+Green+Blue) = 36+92+191=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #245CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CBF is #DBA340. Grayscale: #565656. Windows color (decimal): -14394177 or 12540964. OLE color: 12540964.

HSL color Cylindrical-coordinate representation of color #245CBF: hue angle of 218.32º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245CBF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 92 191 -
CMYK 0.81 0.52 0 0.25
HSL 218.32º 0.68% 0.45% -
HSV(B) 218.32º 0.81% 0.75% -
XYZ 13.96 11.79 50.83 -
YUV 86.54 186.95 91.95 -
System Red Green Blue C M Y K H S L
Decimal 36 92 191 0.81 0.52 0 0.25 218.32 0.68 0.45
Hex 24 5C BF 51 34 0 19 DA 44 2D
Octal 44 134 277 121 64 0 31 332 104 55
Binary 100100 1011100 10111111 1010001 110100 0 11001 11011010 1000100 101101

Color Harmonies of #245CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CBF

Black with #245CBF

Text Example


Text Example

White with #245CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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