Html Css Color HEX #5768DE Royal Blue

📋 copy color: '#5768DE'

red 87 ◦ green 104 ◦ blue 222

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

Shades of Royal Blue #5768DE

Tints of Royal Blue #5768DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.75%

R = 21.07%
G = 25.18%
B = 53.75%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5768DE (or 0x5768DE) is known color: Royal Blue. HEX triplet: 57, 68 and DE. RGB value is (87,104,222). Sum of RGB (Red+Green+Blue) = 87+104+222=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #5768DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768DE is #A89721. Grayscale: #6F6F6F. Windows color (decimal): -11048738 or 14575703. OLE color: 14575703.

HSL color Cylindrical-coordinate representation of color #5768DE: hue angle of 232.44º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5768DE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 104 222 -
CMYK 0.61 0.53 0 0.13
HSL 232.44º 0.67% 0.61% -
HSV(B) 232.44º 0.61% 0.87% -
XYZ 22.07 17.2 71.26 -
YUV 112.37 189.87 109.91 -
System Red Green Blue C M Y K H S L
Decimal 87 104 222 0.61 0.53 0 0.13 232.44 0.67 0.61
Hex 57 68 DE 3D 35 0 D E8 43 3D
Octal 127 150 336 75 65 0 15 350 103 75
Binary 1010111 1101000 11011110 111101 110101 0 1101 11101000 1000011 111101

Color Harmonies of #5768DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768DE

Black with #5768DE

Text Example


Text Example

White with #5768DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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