Html Css Color HEX #5259DC Royal Blue

📋 copy color: '#5259DC'

red 82 ◦ green 89 ◦ blue 220

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

Shades of Royal Blue #5259DC

Tints of Royal Blue #5259DC

RGB

 RED value IS 82 (32.42% from 255) = 20.97%

 GREEN value IS 89 (35.16% from 255) = 22.76%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 20.97%
G = 22.76%
B = 56.27%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5259DC (or 0x5259DC) is known color: Royal Blue. HEX triplet: 52, 59 and DC. RGB value is (82,89,220). Sum of RGB (Red+Green+Blue) = 82+89+220=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #5259DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259DC is #ADA623. Grayscale: #656565. Windows color (decimal): -11380260 or 14440786. OLE color: 14440786.

HSL color Cylindrical-coordinate representation of color #5259DC: hue angle of 236.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5259DC is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 89 220 -
CMYK 0.63 0.60 0 0.14
HSL 236.96º 0.66% 0.59% -
HSV(B) 236.96º 0.63% 0.86% -
XYZ 19.97 14.11 69.38 -
YUV 101.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 82 89 220 0.63 0.60 0 0.14 236.96 0.66 0.59
Hex 52 59 DC 3F 3C 0 E ED 42 3B
Octal 122 131 334 77 74 0 16 355 102 73
Binary 1010010 1011001 11011100 111111 111100 0 1110 11101101 1000010 111011

Color Harmonies of #5259DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259DC

Black with #5259DC

Text Example


Text Example

White with #5259DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5259DC; }

 p { color: rgb(82,89,220); }

 H1.HeaderClassName
 {
   color: #5259DC;
 }
 .AnyTagClassName
 {
   color: #5259DC;
 }
</style>

background-color css

<style>
 a { background-color: #5259DC; }

 a { background-color: rgb(82,89,220); }

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

border-color css

<style>
 span { border-color: #5259DC; }

 span { border-color: rgb(82,89,220); }

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