Html Css Color HEX #5775DD Royal Blue

📋 copy color: '#5775DD'

red 87 ◦ green 117 ◦ blue 221

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

Shades of Royal Blue #5775DD

Tints of Royal Blue #5775DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

 BLUE value IS 221 (86.72% from 255) = 52%

R = 20.47%
G = 27.53%
B = 52%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5775DD (or 0x5775DD) is known color: Royal Blue. HEX triplet: 57, 75 and DD. RGB value is (87,117,221). Sum of RGB (Red+Green+Blue) = 87+117+221=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #5775DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775DD is #A88A22. Grayscale: #777777. Windows color (decimal): -11045411 or 14513495. OLE color: 14513495.

HSL color Cylindrical-coordinate representation of color #5775DD: hue angle of 226.57º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5775DD is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 117 221 -
CMYK 0.61 0.47 0 0.13
HSL 226.57º 0.66% 0.6% -
HSV(B) 226.57º 0.61% 0.87% -
XYZ 23.34 19.97 71.03 -
YUV 119.89 185.06 104.54 -
System Red Green Blue C M Y K H S L
Decimal 87 117 221 0.61 0.47 0 0.13 226.57 0.66 0.6
Hex 57 75 DD 3D 2F 0 D E3 42 3C
Octal 127 165 335 75 57 0 15 343 102 74
Binary 1010111 1110101 11011101 111101 101111 0 1101 11100011 1000010 111100

Color Harmonies of #5775DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5775DD

Black with #5775DD

Text Example


Text Example

White with #5775DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5775DD; }

 p { color: rgb(87,117,221); }

 H1.HeaderClassName
 {
   color: #5775DD;
 }
 .AnyTagClassName
 {
   color: #5775DD;
 }
</style>

background-color css

<style>
 a { background-color: #5775DD; }

 a { background-color: rgb(87,117,221); }

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

border-color css

<style>
 span { border-color: #5775DD; }

 span { border-color: rgb(87,117,221); }

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