Html Css Color HEX #455ADE Royal Blue

📋 copy color: '#455ADE'

red 69 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #455ADE

Tints of Royal Blue #455ADE

RGB

 RED value IS 69 (27.34% from 255) = 18.11%

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

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

R = 18.11%
G = 23.62%
B = 58.27%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#455ADE (or 0x455ADE) is known color: Royal Blue. HEX triplet: 45, 5A and DE. RGB value is (69,90,222). Sum of RGB (Red+Green+Blue) = 69+90+222=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #455ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ADE is #BAA521. Grayscale: #626262. Windows color (decimal): -12231970 or 14572101. OLE color: 14572101.

HSL color Cylindrical-coordinate representation of color #455ADE: hue angle of 231.76º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #455ADE is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 90 222 -
CMYK 0.69 0.59 0 0.13
HSL 231.76º 0.7% 0.57% -
HSV(B) 231.76º 0.69% 0.87% -
XYZ 19.3 13.85 70.76 -
YUV 98.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 69 90 222 0.69 0.59 0 0.13 231.76 0.7 0.57
Hex 45 5A DE 45 3B 0 D E8 46 39
Octal 105 132 336 105 73 0 15 350 106 71
Binary 1000101 1011010 11011110 1000101 111011 0 1101 11101000 1000110 111001

Color Harmonies of #455ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455ADE

Black with #455ADE

Text Example


Text Example

White with #455ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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