Html Css Color HEX #5E70DD Royal Blue

📋 copy color: '#5E70DD'

red 94 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #5E70DD

Tints of Royal Blue #5E70DD

RGB

 RED value IS 94 (37.11% from 255) = 22.01%

 GREEN value IS 112 (44.14% from 255) = 26.23%

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 22.01%
G = 26.23%
B = 51.76%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E70DD (or 0x5E70DD) is known color: Royal Blue. HEX triplet: 5E, 70 and DD. RGB value is (94,112,221). Sum of RGB (Red+Green+Blue) = 94+112+221=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E70DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E70DD is #A18F22. Grayscale: #767676. Windows color (decimal): -10587939 or 14512222. OLE color: 14512222.

HSL color Cylindrical-coordinate representation of color #5E70DD: hue angle of 231.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E70DD is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 112 221 -
CMYK 0.57 0.49 0 0.13
HSL 231.5º 0.65% 0.62% -
HSV(B) 231.5º 0.57% 0.87% -
XYZ 23.46 19.19 70.87 -
YUV 119.04 185.54 110.14 -
System Red Green Blue C M Y K H S L
Decimal 94 112 221 0.57 0.49 0 0.13 231.5 0.65 0.62
Hex 5E 70 DD 39 31 0 D E7 41 3E
Octal 136 160 335 71 61 0 15 347 101 76
Binary 1011110 1110000 11011101 111001 110001 0 1101 11100111 1000001 111110

Color Harmonies of #5E70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E70DD

Black with #5E70DD

Text Example


Text Example

White with #5E70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E70DD; }

 p { color: rgb(94,112,221); }

 H1.HeaderClassName
 {
   color: #5E70DD;
 }
 .AnyTagClassName
 {
   color: #5E70DD;
 }
</style>

background-color css

<style>
 a { background-color: #5E70DD; }

 a { background-color: rgb(94,112,221); }

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

border-color css

<style>
 span { border-color: #5E70DD; }

 span { border-color: rgb(94,112,221); }

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