Html Css Color HEX #5670CE Royal Blue

📋 copy color: '#5670CE'

red 86 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #5670CE

Tints of Royal Blue #5670CE

RGB

 RED value IS 86 (33.98% from 255) = 21.29%

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 21.29%
G = 27.72%
B = 50.99%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5670CE (or 0x5670CE) is known color: Royal Blue. HEX triplet: 56, 70 and CE. RGB value is (86,112,206). Sum of RGB (Red+Green+Blue) = 86+112+206=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5670CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5670CE is #A98F31. Grayscale: #727272. Windows color (decimal): -11112242 or 13529174. OLE color: 13529174.

HSL color Cylindrical-coordinate representation of color #5670CE: hue angle of 227º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5670CE is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 112 206 -
CMYK 0.58 0.46 0 0.19
HSL 227º 0.55% 0.57% -
HSV(B) 227º 0.58% 0.81% -
XYZ 20.77 18.02 60.78 -
YUV 114.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 86 112 206 0.58 0.46 0 0.19 227 0.55 0.57
Hex 56 70 CE 3A 2E 0 13 E3 37 39
Octal 126 160 316 72 56 0 23 343 67 71
Binary 1010110 1110000 11001110 111010 101110 0 10011 11100011 110111 111001

Color Harmonies of #5670CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5670CE

Black with #5670CE

Text Example


Text Example

White with #5670CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5670CE; }

 p { color: rgb(86,112,206); }

 H1.HeaderClassName
 {
   color: #5670CE;
 }
 .AnyTagClassName
 {
   color: #5670CE;
 }
</style>

background-color css

<style>
 a { background-color: #5670CE; }

 a { background-color: rgb(86,112,206); }

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

border-color css

<style>
 span { border-color: #5670CE; }

 span { border-color: rgb(86,112,206); }

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