Html Css Color HEX #455DE0 Royal Blue

📋 copy color: '#455DE0'

red 69 ◦ green 93 ◦ blue 224

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

Shades of Royal Blue #455DE0

Tints of Royal Blue #455DE0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

 BLUE value IS 224 (87.89% from 255) = 58.03%

R = 17.88%
G = 24.09%
B = 58.03%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#455DE0 (or 0x455DE0) is known color: Royal Blue. HEX triplet: 45, 5D and E0. RGB value is (69,93,224). Sum of RGB (Red+Green+Blue) = 69+93+224=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #455DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DE0 is #BAA21F. Grayscale: #646464. Windows color (decimal): -12231200 or 14703941. OLE color: 14703941.

HSL color Cylindrical-coordinate representation of color #455DE0: hue angle of 230.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #455DE0 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 93 224 -
CMYK 0.69 0.58 0 0.12
HSL 230.71º 0.71% 0.57% -
HSV(B) 230.71º 0.69% 0.88% -
XYZ 19.82 14.48 72.27 -
YUV 100.76 197.55 105.35 -
System Red Green Blue C M Y K H S L
Decimal 69 93 224 0.69 0.58 0 0.12 230.71 0.71 0.57
Hex 45 5D E0 45 3A 0 C E7 47 39
Octal 105 135 340 105 72 0 14 347 107 71
Binary 1000101 1011101 11100000 1000101 111010 0 1100 11100111 1000111 111001

Color Harmonies of #455DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455DE0

Black with #455DE0

Text Example


Text Example

White with #455DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,93,224); }

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

background-color css

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

 a { background-color: rgb(69,93,224); }

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

border-color css

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

 span { border-color: rgb(69,93,224); }

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