Html Css Color HEX #5670FF Royal Blue

📋 copy color: '#5670FF'

red 86 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #5670FF

Tints of Royal Blue #5670FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 18.98%
G = 24.72%
B = 56.29%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5670FF (or 0x5670FF) is known color: Royal Blue. HEX triplet: 56, 70 and FF. RGB value is (86,112,255). Sum of RGB (Red+Green+Blue) = 86+112+255=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #5670FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5670FF is #A98F00. Grayscale: #777777. Windows color (decimal): -11112193 or 16740438. OLE color: 16740438.

HSL color Cylindrical-coordinate representation of color #5670FF: hue angle of 230.77º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5670FF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 112 255 -
CMYK 0.66 0.56 0 0
HSL 230.77º 1% 0.67% -
HSV(B) 230.77º 0.66% 1% -
XYZ 27.68 20.79 97.16 -
YUV 120.53 203.89 103.37 -
System Red Green Blue C M Y K H S L
Decimal 86 112 255 0.66 0.56 0 0 230.77 1 0.67
Hex 56 70 FF 42 38 0 0 E7 64 43
Octal 126 160 377 102 70 0 0 347 144 103
Binary 1010110 1110000 11111111 1000010 111000 0 0 11100111 1100100 1000011

Color Harmonies of #5670FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5670FF

Black with #5670FF

Text Example


Text Example

White with #5670FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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