Html Css Color HEX #5259DD Royal Blue

📋 copy color: '#5259DD'

red 82 ◦ green 89 ◦ blue 221

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

Shades of Royal Blue #5259DD

Tints of Royal Blue #5259DD

RGB

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

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

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

R = 20.92%
G = 22.7%
B = 56.38%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5259DD (or 0x5259DD) is known color: Royal Blue. HEX triplet: 52, 59 and DD. RGB value is (82,89,221). Sum of RGB (Red+Green+Blue) = 82+89+221=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #5259DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259DD is #ADA622. Grayscale: #656565. Windows color (decimal): -11380259 or 14506322. OLE color: 14506322.

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

Color convert

RGB 82 89 221 -
CMYK 0.63 0.60 0 0.13
HSL 236.98º 0.67% 0.59% -
HSV(B) 236.98º 0.63% 0.87% -
XYZ 20.1 14.16 70.08 -
YUV 101.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 82 89 221 0.63 0.60 0 0.13 236.98 0.67 0.59
Hex 52 59 DD 3F 3C 0 D ED 43 3B
Octal 122 131 335 77 74 0 15 355 103 73
Binary 1010010 1011001 11011101 111111 111100 0 1101 11101101 1000011 111011

Color Harmonies of #5259DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259DD

Black with #5259DD

Text Example


Text Example

White with #5259DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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