Html Css Color HEX #5260DF Royal Blue

📋 copy color: '#5260DF'

red 82 ◦ green 96 ◦ blue 223

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

Shades of Royal Blue #5260DF

Tints of Royal Blue #5260DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 20.45%
G = 23.94%
B = 55.61%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5260DF (or 0x5260DF) is known color: Royal Blue. HEX triplet: 52, 60 and DF. RGB value is (82,96,223). Sum of RGB (Red+Green+Blue) = 82+96+223=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #5260DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5260DF is #AD9F20. Grayscale: #696969. Windows color (decimal): -11378465 or 14639186. OLE color: 14639186.

HSL color Cylindrical-coordinate representation of color #5260DF: hue angle of 234.04º degrees, saturation: 0.69, 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 #5260DF is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 96 223 -
CMYK 0.63 0.57 0 0.13
HSL 234.04º 0.69% 0.6% -
HSV(B) 234.04º 0.63% 0.87% -
XYZ 20.98 15.49 71.7 -
YUV 106.29 193.86 110.67 -
System Red Green Blue C M Y K H S L
Decimal 82 96 223 0.63 0.57 0 0.13 234.04 0.69 0.6
Hex 52 60 DF 3F 39 0 D EA 45 3C
Octal 122 140 337 77 71 0 15 352 105 74
Binary 1010010 1100000 11011111 111111 111001 0 1101 11101010 1000101 111100

Color Harmonies of #5260DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5260DF

Black with #5260DF

Text Example


Text Example

White with #5260DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5260DF; }

 p { color: rgb(82,96,223); }

 H1.HeaderClassName
 {
   color: #5260DF;
 }
 .AnyTagClassName
 {
   color: #5260DF;
 }
</style>

background-color css

<style>
 a { background-color: #5260DF; }

 a { background-color: rgb(82,96,223); }

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

border-color css

<style>
 span { border-color: #5260DF; }

 span { border-color: rgb(82,96,223); }

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