Html Css Color HEX #5265DF Royal Blue

📋 copy color: '#5265DF'

red 82 ◦ green 101 ◦ blue 223

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

Shades of Royal Blue #5265DF

Tints of Royal Blue #5265DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

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

R = 20.2%
G = 24.88%
B = 54.93%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5265DF (or 0x5265DF) is known color: Royal Blue. HEX triplet: 52, 65 and DF. RGB value is (82,101,223). Sum of RGB (Red+Green+Blue) = 82+101+223=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #5265DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265DF is #AD9A20. Grayscale: #6C6C6C. Windows color (decimal): -11377185 or 14640466. OLE color: 14640466.

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

Color convert

RGB 82 101 223 -
CMYK 0.63 0.55 0 0.13
HSL 231.91º 0.69% 0.6% -
HSV(B) 231.91º 0.63% 0.87% -
XYZ 21.45 16.43 71.85 -
YUV 109.23 192.21 108.58 -
System Red Green Blue C M Y K H S L
Decimal 82 101 223 0.63 0.55 0 0.13 231.91 0.69 0.6
Hex 52 65 DF 3F 37 0 D E8 45 3C
Octal 122 145 337 77 67 0 15 350 105 74
Binary 1010010 1100101 11011111 111111 110111 0 1101 11101000 1000101 111100

Color Harmonies of #5265DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5265DF

Black with #5265DF

Text Example


Text Example

White with #5265DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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