Html Css Color HEX #5D70DB Royal Blue

📋 copy color: '#5D70DB'

red 93 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #5D70DB

Tints of Royal Blue #5D70DB

RGB

 RED value IS 93 (36.72% from 255) = 21.93%

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 21.93%
G = 26.42%
B = 51.65%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D70DB (or 0x5D70DB) is known color: Royal Blue. HEX triplet: 5D, 70 and DB. RGB value is (93,112,219). Sum of RGB (Red+Green+Blue) = 93+112+219=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D70DB is #A28F24. Grayscale: #767676. Windows color (decimal): -10653477 or 14381149. OLE color: 14381149.

HSL color Cylindrical-coordinate representation of color #5D70DB: hue angle of 230.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D70DB is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 112 219 -
CMYK 0.58 0.49 0 0.14
HSL 230.95º 0.64% 0.61% -
HSV(B) 230.95º 0.58% 0.86% -
XYZ 23.09 19.03 69.47 -
YUV 118.52 184.71 109.8 -
System Red Green Blue C M Y K H S L
Decimal 93 112 219 0.58 0.49 0 0.14 230.95 0.64 0.61
Hex 5D 70 DB 3A 31 0 E E7 40 3D
Octal 135 160 333 72 61 0 16 347 100 75
Binary 1011101 1110000 11011011 111010 110001 0 1110 11100111 1000000 111101

Color Harmonies of #5D70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D70DB

Black with #5D70DB

Text Example


Text Example

White with #5D70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,219); }

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

background-color css

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

 a { background-color: rgb(93,112,219); }

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

border-color css

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

 span { border-color: rgb(93,112,219); }

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