Html Css Color HEX #5875DD Royal Blue

📋 copy color: '#5875DD'

red 88 ◦ green 117 ◦ blue 221

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

Shades of Royal Blue #5875DD

Tints of Royal Blue #5875DD

RGB

 RED value IS 88 (34.77% from 255) = 20.66%

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

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

R = 20.66%
G = 27.46%
B = 51.88%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5875DD (or 0x5875DD) is known color: Royal Blue. HEX triplet: 58, 75 and DD. RGB value is (88,117,221). Sum of RGB (Red+Green+Blue) = 88+117+221=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #5875DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875DD is #A78A22. Grayscale: #777777. Windows color (decimal): -10979875 or 14513496. OLE color: 14513496.

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

Color convert

RGB 88 117 221 -
CMYK 0.60 0.47 0 0.13
HSL 226.92º 0.66% 0.61% -
HSV(B) 226.92º 0.6% 0.87% -
XYZ 23.44 20.02 71.04 -
YUV 120.19 184.89 105.04 -
System Red Green Blue C M Y K H S L
Decimal 88 117 221 0.60 0.47 0 0.13 226.92 0.66 0.61
Hex 58 75 DD 3C 2F 0 D E3 42 3D
Octal 130 165 335 74 57 0 15 343 102 75
Binary 1011000 1110101 11011101 111100 101111 0 1101 11100011 1000010 111101

Color Harmonies of #5875DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5875DD

Black with #5875DD

Text Example


Text Example

White with #5875DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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