Html Css Color HEX #5768CF Royal Blue

📋 copy color: '#5768CF'

red 87 ◦ green 104 ◦ blue 207

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

Shades of Royal Blue #5768CF

Tints of Royal Blue #5768CF

RGB

 RED value IS 87 (34.38% from 255) = 21.86%

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

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

R = 21.86%
G = 26.13%
B = 52.01%

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

#5768CF (or 0x5768CF) is known color: Royal Blue. HEX triplet: 57, 68 and CF. RGB value is (87,104,207). Sum of RGB (Red+Green+Blue) = 87+104+207=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #5768CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768CF is #A89730. Grayscale: #6E6E6E. Windows color (decimal): -11048753 or 13592663. OLE color: 13592663.

HSL color Cylindrical-coordinate representation of color #5768CF: hue angle of 231.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5768CF is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 104 207 -
CMYK 0.58 0.50 0 0.19
HSL 231.5º 0.56% 0.58% -
HSV(B) 231.5º 0.58% 0.81% -
XYZ 20.14 16.43 61.14 -
YUV 110.66 182.37 111.12 -
System Red Green Blue C M Y K H S L
Decimal 87 104 207 0.58 0.50 0 0.19 231.5 0.56 0.58
Hex 57 68 CF 3A 32 0 13 E8 38 3A
Octal 127 150 317 72 62 0 23 350 70 72
Binary 1010111 1101000 11001111 111010 110010 0 10011 11101000 111000 111010

Color Harmonies of #5768CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768CF

Black with #5768CF

Text Example


Text Example

White with #5768CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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