Html Css Color HEX #245BCF Cerulean Blue

📋 copy color: '#245BCF'

red 36 ◦ green 91 ◦ blue 207

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

Shades of Cerulean Blue #245BCF

Tints of Cerulean Blue #245BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 10.78%
G = 27.25%
B = 61.98%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#245BCF (or 0x245BCF) is known color: Cerulean Blue. HEX triplet: 24, 5B and CF. RGB value is (36,91,207). Sum of RGB (Red+Green+Blue) = 36+91+207=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #245BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BCF is #DBA430. Grayscale: #575757. Windows color (decimal): -14394417 or 13589284. OLE color: 13589284.

HSL color Cylindrical-coordinate representation of color #245BCF: hue angle of 220.7º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245BCF is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 91 207 -
CMYK 0.83 0.56 0 0.19
HSL 220.7º 0.7% 0.48% -
HSV(B) 220.7º 0.83% 0.81% -
XYZ 15.73 12.36 60.59 -
YUV 87.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 36 91 207 0.83 0.56 0 0.19 220.7 0.7 0.48
Hex 24 5B CF 53 38 0 13 DD 46 30
Octal 44 133 317 123 70 0 23 335 106 60
Binary 100100 1011011 11001111 1010011 111000 0 10011 11011101 1000110 110000

Color Harmonies of #245BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BCF

Black with #245BCF

Text Example


Text Example

White with #245BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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