Html Css Color HEX #5865DD Royal Blue

📋 copy color: '#5865DD'

red 88 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #5865DD

Tints of Royal Blue #5865DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.63%

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

R = 21.46%
G = 24.63%
B = 53.9%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5865DD (or 0x5865DD) is known color: Royal Blue. HEX triplet: 58, 65 and DD. RGB value is (88,101,221). Sum of RGB (Red+Green+Blue) = 88+101+221=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #5865DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865DD is #A79A22. Grayscale: #6E6E6E. Windows color (decimal): -10983971 or 14509400. OLE color: 14509400.

HSL color Cylindrical-coordinate representation of color #5865DD: hue angle of 234.14º 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 #5865DD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 101 221 -
CMYK 0.60 0.54 0 0.13
HSL 234.14º 0.66% 0.61% -
HSV(B) 234.14º 0.6% 0.87% -
XYZ 21.73 16.6 70.47 -
YUV 110.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 88 101 221 0.60 0.54 0 0.13 234.14 0.66 0.61
Hex 58 65 DD 3C 36 0 D EA 42 3D
Octal 130 145 335 74 66 0 15 352 102 75
Binary 1011000 1100101 11011101 111100 110110 0 1101 11101010 1000010 111101

Color Harmonies of #5865DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865DD

Black with #5865DD

Text Example


Text Example

White with #5865DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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