Html Css Color HEX #5670CF Royal Blue

📋 copy color: '#5670CF'

red 86 ◦ green 112 ◦ blue 207

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

Shades of Royal Blue #5670CF

Tints of Royal Blue #5670CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 21.23%
G = 27.65%
B = 51.11%

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

#5670CF (or 0x5670CF) is known color: Royal Blue. HEX triplet: 56, 70 and CF. RGB value is (86,112,207). Sum of RGB (Red+Green+Blue) = 86+112+207=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #5670CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5670CF is #A98F30. Grayscale: #727272. Windows color (decimal): -11112241 or 13594710. OLE color: 13594710.

HSL color Cylindrical-coordinate representation of color #5670CF: hue angle of 227.11º degrees, saturation: 0.56, 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 #5670CF is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 112 207 -
CMYK 0.58 0.46 0 0.19
HSL 227.11º 0.56% 0.57% -
HSV(B) 227.11º 0.58% 0.81% -
XYZ 20.89 18.07 61.42 -
YUV 115.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 86 112 207 0.58 0.46 0 0.19 227.11 0.56 0.57
Hex 56 70 CF 3A 2E 0 13 E3 38 39
Octal 126 160 317 72 56 0 23 343 70 71
Binary 1010110 1110000 11001111 111010 101110 0 10011 11100011 111000 111001

Color Harmonies of #5670CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5670CF

Black with #5670CF

Text Example


Text Example

White with #5670CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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