Html Css Color HEX #5569CF Royal Blue

📋 copy color: '#5569CF'

red 85 ◦ green 105 ◦ blue 207

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

Shades of Royal Blue #5569CF

Tints of Royal Blue #5569CF

RGB

 RED value IS 85 (33.59% from 255) = 21.41%

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

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

R = 21.41%
G = 26.45%
B = 52.14%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5569CF (or 0x5569CF) is known color: Royal Blue. HEX triplet: 55, 69 and CF. RGB value is (85,105,207). Sum of RGB (Red+Green+Blue) = 85+105+207=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 105 (41.41% from 255 or 26.45% 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 #5569CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569CF is #AA9630. Grayscale: #6E6E6E. Windows color (decimal): -11179569 or 13592917. OLE color: 13592917.

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

Color convert

RGB 85 105 207 -
CMYK 0.59 0.49 0 0.19
HSL 230.16º 0.56% 0.57% -
HSV(B) 230.16º 0.59% 0.81% -
XYZ 20.06 16.54 61.17 -
YUV 110.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 85 105 207 0.59 0.49 0 0.19 230.16 0.56 0.57
Hex 55 69 CF 3B 31 0 13 E6 38 39
Octal 125 151 317 73 61 0 23 346 70 71
Binary 1010101 1101001 11001111 111011 110001 0 10011 11100110 111000 111001

Color Harmonies of #5569CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5569CF

Black with #5569CF

Text Example


Text Example

White with #5569CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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