Html Css Color HEX #5266DD Royal Blue

📋 copy color: '#5266DD'

red 82 ◦ green 102 ◦ blue 221

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

Shades of Royal Blue #5266DD

Tints of Royal Blue #5266DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 221 (86.72% from 255) = 54.57%

R = 20.25%
G = 25.19%
B = 54.57%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5266DD (or 0x5266DD) is known color: Royal Blue. HEX triplet: 52, 66 and DD. RGB value is (82,102,221). Sum of RGB (Red+Green+Blue) = 82+102+221=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #5266DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266DD is #AD9922. Grayscale: #6D6D6D. Windows color (decimal): -11376931 or 14509650. OLE color: 14509650.

HSL color Cylindrical-coordinate representation of color #5266DD: hue angle of 231.37º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5266DD is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 102 221 -
CMYK 0.63 0.54 0 0.13
HSL 231.37º 0.67% 0.59% -
HSV(B) 231.37º 0.63% 0.87% -
XYZ 21.28 16.52 70.47 -
YUV 109.59 190.87 108.32 -
System Red Green Blue C M Y K H S L
Decimal 82 102 221 0.63 0.54 0 0.13 231.37 0.67 0.59
Hex 52 66 DD 3F 36 0 D E7 43 3B
Octal 122 146 335 77 66 0 15 347 103 73
Binary 1010010 1100110 11011101 111111 110110 0 1101 11100111 1000011 111011

Color Harmonies of #5266DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5266DD

Black with #5266DD

Text Example


Text Example

White with #5266DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5266DD; }

 p { color: rgb(82,102,221); }

 H1.HeaderClassName
 {
   color: #5266DD;
 }
 .AnyTagClassName
 {
   color: #5266DD;
 }
</style>

background-color css

<style>
 a { background-color: #5266DD; }

 a { background-color: rgb(82,102,221); }

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

border-color css

<style>
 span { border-color: #5266DD; }

 span { border-color: rgb(82,102,221); }

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