Html Css Color HEX #455EE0 Royal Blue

📋 copy color: '#455EE0'

red 69 ◦ green 94 ◦ blue 224

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

Shades of Royal Blue #455EE0

Tints of Royal Blue #455EE0

RGB

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

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

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

R = 17.83%
G = 24.29%
B = 57.88%

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

#455EE0 (or 0x455EE0) is known color: Royal Blue. HEX triplet: 45, 5E and E0. RGB value is (69,94,224). Sum of RGB (Red+Green+Blue) = 69+94+224=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #455EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455EE0 is #BAA11F. Grayscale: #646464. Windows color (decimal): -12230944 or 14704197. OLE color: 14704197.

HSL color Cylindrical-coordinate representation of color #455EE0: hue angle of 230.32º 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 #455EE0 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 94 224 -
CMYK 0.69 0.58 0 0.12
HSL 230.32º 0.71% 0.57% -
HSV(B) 230.32º 0.69% 0.88% -
XYZ 19.91 14.65 72.3 -
YUV 101.35 197.22 104.93 -
System Red Green Blue C M Y K H S L
Decimal 69 94 224 0.69 0.58 0 0.12 230.32 0.71 0.57
Hex 45 5E E0 45 3A 0 C E6 47 39
Octal 105 136 340 105 72 0 14 346 107 71
Binary 1000101 1011110 11100000 1000101 111010 0 1100 11100110 1000111 111001

Color Harmonies of #455EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455EE0

Black with #455EE0

Text Example


Text Example

White with #455EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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