Html Css Color HEX #5259DE Royal Blue

📋 copy color: '#5259DE'

red 82 ◦ green 89 ◦ blue 222

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

Shades of Royal Blue #5259DE

Tints of Royal Blue #5259DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.49%

R = 20.87%
G = 22.65%
B = 56.49%

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

#5259DE (or 0x5259DE) is known color: Royal Blue. HEX triplet: 52, 59 and DE. RGB value is (82,89,222). Sum of RGB (Red+Green+Blue) = 82+89+222=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #5259DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259DE is #ADA621. Grayscale: #656565. Windows color (decimal): -11380258 or 14571858. OLE color: 14571858.

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

Color convert

RGB 82 89 222 -
CMYK 0.63 0.60 0 0.13
HSL 237º 0.68% 0.6% -
HSV(B) 237º 0.63% 0.87% -
XYZ 20.24 14.21 70.78 -
YUV 102.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 82 89 222 0.63 0.60 0 0.13 237 0.68 0.6
Hex 52 59 DE 3F 3C 0 D ED 44 3C
Octal 122 131 336 77 74 0 15 355 104 74
Binary 1010010 1011001 11011110 111111 111100 0 1101 11101101 1000100 111100

Color Harmonies of #5259DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259DE

Black with #5259DE

Text Example


Text Example

White with #5259DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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