Html Css Color HEX #455ED5 Royal Blue

📋 copy color: '#455ED5'

red 69 ◦ green 94 ◦ blue 213

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

Shades of Royal Blue #455ED5

Tints of Royal Blue #455ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.65%

R = 18.35%
G = 25%
B = 56.65%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#455ED5 (or 0x455ED5) is known color: Royal Blue. HEX triplet: 45, 5E and D5. RGB value is (69,94,213). Sum of RGB (Red+Green+Blue) = 69+94+213=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #455ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ED5 is #BAA12A. Grayscale: #636363. Windows color (decimal): -12230955 or 13983301. OLE color: 13983301.

HSL color Cylindrical-coordinate representation of color #455ED5: hue angle of 229.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #455ED5 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 94 213 -
CMYK 0.68 0.56 0 0.16
HSL 229.58º 0.63% 0.55% -
HSV(B) 229.58º 0.68% 0.84% -
XYZ 18.47 14.07 64.69 -
YUV 100.09 191.72 105.82 -
System Red Green Blue C M Y K H S L
Decimal 69 94 213 0.68 0.56 0 0.16 229.58 0.63 0.55
Hex 45 5E D5 44 38 0 10 E6 3F 37
Octal 105 136 325 104 70 0 20 346 77 67
Binary 1000101 1011110 11010101 1000100 111000 0 10000 11100110 111111 110111

Color Harmonies of #455ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455ED5

Black with #455ED5

Text Example


Text Example

White with #455ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,94,213); }

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

background-color css

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

 a { background-color: rgb(69,94,213); }

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

border-color css

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

 span { border-color: rgb(69,94,213); }

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