Html Css Color HEX #5268D9 Royal Blue

📋 copy color: '#5268D9'

red 82 ◦ green 104 ◦ blue 217

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

Shades of Royal Blue #5268D9

Tints of Royal Blue #5268D9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

 BLUE value IS 217 (85.16% from 255) = 53.85%

R = 20.35%
G = 25.81%
B = 53.85%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5268D9 (or 0x5268D9) is known color: Royal Blue. HEX triplet: 52, 68 and D9. RGB value is (82,104,217). Sum of RGB (Red+Green+Blue) = 82+104+217=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #5268D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268D9 is #AD9726. Grayscale: #6D6D6D. Windows color (decimal): -11376423 or 14248018. OLE color: 14248018.

HSL color Cylindrical-coordinate representation of color #5268D9: hue angle of 230.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5268D9 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 104 217 -
CMYK 0.62 0.52 0 0.15
HSL 230.22º 0.64% 0.59% -
HSV(B) 230.22º 0.62% 0.85% -
XYZ 20.95 16.7 67.77 -
YUV 110.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 82 104 217 0.62 0.52 0 0.15 230.22 0.64 0.59
Hex 52 68 D9 3E 34 0 F E6 40 3B
Octal 122 150 331 76 64 0 17 346 100 73
Binary 1010010 1101000 11011001 111110 110100 0 1111 11100110 1000000 111011

Color Harmonies of #5268D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5268D9

Black with #5268D9

Text Example


Text Example

White with #5268D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5268D9; }

 p { color: rgb(82,104,217); }

 H1.HeaderClassName
 {
   color: #5268D9;
 }
 .AnyTagClassName
 {
   color: #5268D9;
 }
</style>

background-color css

<style>
 a { background-color: #5268D9; }

 a { background-color: rgb(82,104,217); }

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

border-color css

<style>
 span { border-color: #5268D9; }

 span { border-color: rgb(82,104,217); }

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