Html Css Color HEX #245EBF Cerulean Blue

📋 copy color: '#245EBF'

red 36 ◦ green 94 ◦ blue 191

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

Shades of Cerulean Blue #245EBF

Tints of Cerulean Blue #245EBF

RGB

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

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

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

R = 11.21%
G = 29.28%
B = 59.5%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#245EBF (or 0x245EBF) is known color: Cerulean Blue. HEX triplet: 24, 5E and BF. RGB value is (36,94,191). Sum of RGB (Red+Green+Blue) = 36+94+191=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #245EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EBF is #DBA140. Grayscale: #575757. Windows color (decimal): -14393665 or 12541476. OLE color: 12541476.

HSL color Cylindrical-coordinate representation of color #245EBF: hue angle of 217.55º 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 #245EBF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 94 191 -
CMYK 0.81 0.51 0 0.25
HSL 217.55º 0.68% 0.45% -
HSV(B) 217.55º 0.81% 0.75% -
XYZ 14.13 12.14 50.89 -
YUV 87.72 186.28 91.11 -
System Red Green Blue C M Y K H S L
Decimal 36 94 191 0.81 0.51 0 0.25 217.55 0.68 0.45
Hex 24 5E BF 51 33 0 19 DA 44 2D
Octal 44 136 277 121 63 0 31 332 104 55
Binary 100100 1011110 10111111 1010001 110011 0 11001 11011010 1000100 101101

Color Harmonies of #245EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EBF

Black with #245EBF

Text Example


Text Example

White with #245EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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