Html Css Color HEX #5569EF Royal Blue

📋 copy color: '#5569EF'

red 85 ◦ green 105 ◦ blue 239

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

Shades of Royal Blue #5569EF

Tints of Royal Blue #5569EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.71%

R = 19.81%
G = 24.48%
B = 55.71%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5569EF (or 0x5569EF) is known color: Royal Blue. HEX triplet: 55, 69 and EF. RGB value is (85,105,239). Sum of RGB (Red+Green+Blue) = 85+105+239=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #5569EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5569EF is #AA9610. Grayscale: #717171. Windows color (decimal): -11179537 or 15690069. OLE color: 15690069.

HSL color Cylindrical-coordinate representation of color #5569EF: hue angle of 232.21º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5569EF is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 105 239 -
CMYK 0.64 0.56 0 0.06
HSL 232.21º 0.83% 0.64% -
HSV(B) 232.21º 0.64% 0.94% -
XYZ 24.38 18.27 83.9 -
YUV 114.3 198.37 107.1 -
System Red Green Blue C M Y K H S L
Decimal 85 105 239 0.64 0.56 0 0.06 232.21 0.83 0.64
Hex 55 69 EF 40 38 0 6 E8 53 40
Octal 125 151 357 100 70 0 6 350 123 100
Binary 1010101 1101001 11101111 1000000 111000 0 110 11101000 1010011 1000000

Color Harmonies of #5569EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5569EF

Black with #5569EF

Text Example


Text Example

White with #5569EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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