Html Css Color HEX #245ECF Cerulean Blue

📋 copy color: '#245ECF'

red 36 ◦ green 94 ◦ blue 207

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

Shades of Cerulean Blue #245ECF

Tints of Cerulean Blue #245ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 10.68%
G = 27.89%
B = 61.42%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#245ECF (or 0x245ECF) is known color: Cerulean Blue. HEX triplet: 24, 5E and CF. RGB value is (36,94,207). Sum of RGB (Red+Green+Blue) = 36+94+207=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #245ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ECF is #DBA130. Grayscale: #595959. Windows color (decimal): -14393649 or 13590052. OLE color: 13590052.

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

Color convert

RGB 36 94 207 -
CMYK 0.83 0.55 0 0.19
HSL 219.65º 0.7% 0.48% -
HSV(B) 219.65º 0.83% 0.81% -
XYZ 15.99 12.89 60.68 -
YUV 89.54 194.28 89.81 -
System Red Green Blue C M Y K H S L
Decimal 36 94 207 0.83 0.55 0 0.19 219.65 0.7 0.48
Hex 24 5E CF 53 37 0 13 DC 46 30
Octal 44 136 317 123 67 0 23 334 106 60
Binary 100100 1011110 11001111 1010011 110111 0 10011 11011100 1000110 110000

Color Harmonies of #245ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245ECF

Black with #245ECF

Text Example


Text Example

White with #245ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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