Html Css Color HEX #5668CF Royal Blue

📋 copy color: '#5668CF'

red 86 ◦ green 104 ◦ blue 207

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

Shades of Royal Blue #5668CF

Tints of Royal Blue #5668CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

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

R = 21.66%
G = 26.2%
B = 52.14%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5668CF (or 0x5668CF) is known color: Royal Blue. HEX triplet: 56, 68 and CF. RGB value is (86,104,207). Sum of RGB (Red+Green+Blue) = 86+104+207=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #5668CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668CF is #A99730. Grayscale: #6D6D6D. Windows color (decimal): -11114289 or 13592662. OLE color: 13592662.

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

Color convert

RGB 86 104 207 -
CMYK 0.58 0.50 0 0.19
HSL 231.07º 0.56% 0.57% -
HSV(B) 231.07º 0.58% 0.81% -
XYZ 20.05 16.38 61.14 -
YUV 110.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 86 104 207 0.58 0.50 0 0.19 231.07 0.56 0.57
Hex 56 68 CF 3A 32 0 13 E7 38 39
Octal 126 150 317 72 62 0 23 347 70 71
Binary 1010110 1101000 11001111 111010 110010 0 10011 11100111 111000 111001

Color Harmonies of #5668CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5668CF

Black with #5668CF

Text Example


Text Example

White with #5668CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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