Html Css Color HEX #5869DA Royal Blue

📋 copy color: '#5869DA'

red 88 ◦ green 105 ◦ blue 218

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

Shades of Royal Blue #5869DA

Tints of Royal Blue #5869DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 21.41%
G = 25.55%
B = 53.04%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5869DA (or 0x5869DA) is known color: Royal Blue. HEX triplet: 58, 69 and DA. RGB value is (88,105,218). Sum of RGB (Red+Green+Blue) = 88+105+218=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #5869DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5869DA is #A79625. Grayscale: #707070. Windows color (decimal): -10982950 or 14313816. OLE color: 14313816.

HSL color Cylindrical-coordinate representation of color #5869DA: hue angle of 232.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5869DA is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 105 218 -
CMYK 0.60 0.52 0 0.15
HSL 232.15º 0.64% 0.6% -
HSV(B) 232.15º 0.6% 0.85% -
XYZ 21.73 17.24 68.51 -
YUV 112.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 88 105 218 0.60 0.52 0 0.15 232.15 0.64 0.6
Hex 58 69 DA 3C 34 0 F E8 40 3C
Octal 130 151 332 74 64 0 17 350 100 74
Binary 1011000 1101001 11011010 111100 110100 0 1111 11101000 1000000 111100

Color Harmonies of #5869DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5869DA

Black with #5869DA

Text Example


Text Example

White with #5869DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5869DA; }

 p { color: rgb(88,105,218); }

 H1.HeaderClassName
 {
   color: #5869DA;
 }
 .AnyTagClassName
 {
   color: #5869DA;
 }
</style>

background-color css

<style>
 a { background-color: #5869DA; }

 a { background-color: rgb(88,105,218); }

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

border-color css

<style>
 span { border-color: #5869DA; }

 span { border-color: rgb(88,105,218); }

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