Html Css Color HEX #245EDE Royal Blue

📋 copy color: '#245EDE'

red 36 ◦ green 94 ◦ blue 222

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

Shades of Royal Blue #245EDE

Tints of Royal Blue #245EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 10.23%
G = 26.7%
B = 63.07%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#245EDE (or 0x245EDE) is known color: Royal Blue. HEX triplet: 24, 5E and DE. RGB value is (36,94,222). Sum of RGB (Red+Green+Blue) = 36+94+222=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #245EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EDE is #DBA121. Grayscale: #5A5A5A. Windows color (decimal): -14393634 or 14573092. OLE color: 14573092.

HSL color Cylindrical-coordinate representation of color #245EDE: hue angle of 221.29º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245EDE is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 94 222 -
CMYK 0.84 0.58 0 0.13
HSL 221.29º 0.74% 0.51% -
HSV(B) 221.29º 0.84% 0.87% -
XYZ 17.92 13.65 70.8 -
YUV 91.25 201.78 88.59 -
System Red Green Blue C M Y K H S L
Decimal 36 94 222 0.84 0.58 0 0.13 221.29 0.74 0.51
Hex 24 5E DE 54 3A 0 D DD 4A 33
Octal 44 136 336 124 72 0 15 335 112 63
Binary 100100 1011110 11011110 1010100 111010 0 1101 11011101 1001010 110011

Color Harmonies of #245EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EDE

Black with #245EDE

Text Example


Text Example

White with #245EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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