Html Css Color HEX #5769CF Royal Blue

📋 copy color: '#5769CF'

red 87 ◦ green 105 ◦ blue 207

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

Shades of Royal Blue #5769CF

Tints of Royal Blue #5769CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

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

R = 21.8%
G = 26.32%
B = 51.88%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5769CF (or 0x5769CF) is known color: Royal Blue. HEX triplet: 57, 69 and CF. RGB value is (87,105,207). Sum of RGB (Red+Green+Blue) = 87+105+207=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #5769CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769CF is #A89630. Grayscale: #6E6E6E. Windows color (decimal): -11048497 or 13592919. OLE color: 13592919.

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

Color convert

RGB 87 105 207 -
CMYK 0.58 0.49 0 0.19
HSL 231º 0.56% 0.58% -
HSV(B) 231º 0.58% 0.81% -
XYZ 20.24 16.63 61.18 -
YUV 111.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 87 105 207 0.58 0.49 0 0.19 231 0.56 0.58
Hex 57 69 CF 3A 31 0 13 E7 38 3A
Octal 127 151 317 72 61 0 23 347 70 72
Binary 1010111 1101001 11001111 111010 110001 0 10011 11100111 111000 111010

Color Harmonies of #5769CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5769CF

Black with #5769CF

Text Example


Text Example

White with #5769CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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