Html Css Color HEX #245EBE Cerulean Blue

📋 copy color: '#245EBE'

red 36 ◦ green 94 ◦ blue 190

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

Shades of Cerulean Blue #245EBE

Tints of Cerulean Blue #245EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 11.25%
G = 29.38%
B = 59.38%

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

#245EBE (or 0x245EBE) is known color: Cerulean Blue. HEX triplet: 24, 5E and BE. RGB value is (36,94,190). Sum of RGB (Red+Green+Blue) = 36+94+190=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #245EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EBE is #DBA141. Grayscale: #575757. Windows color (decimal): -14393666 or 12475940. OLE color: 12475940.

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

Color convert

RGB 36 94 190 -
CMYK 0.81 0.51 0 0.25
HSL 217.4º 0.68% 0.44% -
HSV(B) 217.4º 0.81% 0.75% -
XYZ 14.02 12.1 50.31 -
YUV 87.6 185.78 91.19 -
System Red Green Blue C M Y K H S L
Decimal 36 94 190 0.81 0.51 0 0.25 217.4 0.68 0.44
Hex 24 5E BE 51 33 0 19 D9 44 2C
Octal 44 136 276 121 63 0 31 331 104 54
Binary 100100 1011110 10111110 1010001 110011 0 11001 11011001 1000100 101100

Color Harmonies of #245EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EBE

Black with #245EBE

Text Example


Text Example

White with #245EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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