Html Css Color HEX #245ADE Royal Blue

📋 copy color: '#245ADE'

red 36 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #245ADE

Tints of Royal Blue #245ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

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

R = 10.34%
G = 25.86%
B = 63.79%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#245ADE (or 0x245ADE) is known color: Royal Blue. HEX triplet: 24, 5A and DE. RGB value is (36,90,222). Sum of RGB (Red+Green+Blue) = 36+90+222=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #245ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ADE is #DBA521. Grayscale: #585858. Windows color (decimal): -14394658 or 14572068. OLE color: 14572068.

HSL color Cylindrical-coordinate representation of color #245ADE: hue angle of 222.58º 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 #245ADE is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 90 222 -
CMYK 0.84 0.59 0 0.13
HSL 222.58º 0.74% 0.51% -
HSV(B) 222.58º 0.84% 0.87% -
XYZ 17.57 12.96 70.68 -
YUV 88.9 203.11 90.27 -
System Red Green Blue C M Y K H S L
Decimal 36 90 222 0.84 0.59 0 0.13 222.58 0.74 0.51
Hex 24 5A DE 54 3B 0 D DF 4A 33
Octal 44 132 336 124 73 0 15 337 112 63
Binary 100100 1011010 11011110 1010100 111011 0 1101 11011111 1001010 110011

Color Harmonies of #245ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245ADE

Black with #245ADE

Text Example


Text Example

White with #245ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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