Html Css Color HEX #245EE9 Royal Blue

📋 copy color: '#245EE9'

red 36 ◦ green 94 ◦ blue 233

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

Shades of Royal Blue #245EE9

Tints of Royal Blue #245EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.19%

R = 9.92%
G = 25.9%
B = 64.19%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#245EE9 (or 0x245EE9) is known color: Royal Blue. HEX triplet: 24, 5E and E9. RGB value is (36,94,233). Sum of RGB (Red+Green+Blue) = 36+94+233=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 233 (91.41% from 255 or 64.19% from 363); Max value from RGB is 233 - color contains mainly: blue. Hex color #245EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EE9 is #DBA116. Grayscale: #5B5B5B. Windows color (decimal): -14393623 or 15293988. OLE color: 15293988.

HSL color Cylindrical-coordinate representation of color #245EE9: hue angle of 222.34º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245EE9 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 94 233 -
CMYK 0.85 0.60 0 0.09
HSL 222.34º 0.82% 0.53% -
HSV(B) 222.34º 0.85% 0.91% -
XYZ 19.44 14.26 78.82 -
YUV 92.5 207.28 87.7 -
System Red Green Blue C M Y K H S L
Decimal 36 94 233 0.85 0.60 0 0.09 222.34 0.82 0.53
Hex 24 5E E9 55 3C 0 9 DE 52 35
Octal 44 136 351 125 74 0 11 336 122 65
Binary 100100 1011110 11101001 1010101 111100 0 1001 11011110 1010010 110101

Color Harmonies of #245EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EE9

Black with #245EE9

Text Example


Text Example

White with #245EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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