Html Css Color HEX #5261DF Royal Blue

📋 copy color: '#5261DF'

red 82 ◦ green 97 ◦ blue 223

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

Shades of Royal Blue #5261DF

Tints of Royal Blue #5261DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

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

R = 20.4%
G = 24.13%
B = 55.47%

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

#5261DF (or 0x5261DF) is known color: Royal Blue. HEX triplet: 52, 61 and DF. RGB value is (82,97,223). Sum of RGB (Red+Green+Blue) = 82+97+223=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #5261DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5261DF is #AD9E20. Grayscale: #6A6A6A. Windows color (decimal): -11378209 or 14639442. OLE color: 14639442.

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

Color convert

RGB 82 97 223 -
CMYK 0.63 0.57 0 0.13
HSL 233.62º 0.69% 0.6% -
HSV(B) 233.62º 0.63% 0.87% -
XYZ 21.07 15.67 71.73 -
YUV 106.88 193.53 110.25 -
System Red Green Blue C M Y K H S L
Decimal 82 97 223 0.63 0.57 0 0.13 233.62 0.69 0.6
Hex 52 61 DF 3F 39 0 D EA 45 3C
Octal 122 141 337 77 71 0 15 352 105 74
Binary 1010010 1100001 11011111 111111 111001 0 1101 11101010 1000101 111100

Color Harmonies of #5261DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5261DF

Black with #5261DF

Text Example


Text Example

White with #5261DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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