Html Css Color HEX #5256DF Royal Blue

📋 copy color: '#5256DF'

red 82 ◦ green 86 ◦ blue 223

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

Shades of Royal Blue #5256DF

Tints of Royal Blue #5256DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

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

R = 20.97%
G = 21.99%
B = 57.03%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5256DF (or 0x5256DF) is known color: Royal Blue. HEX triplet: 52, 56 and DF. RGB value is (82,86,223). Sum of RGB (Red+Green+Blue) = 82+86+223=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #5256DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256DF is #ADA920. Grayscale: #636363. Windows color (decimal): -11381025 or 14636626. OLE color: 14636626.

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

Color convert

RGB 82 86 223 -
CMYK 0.63 0.61 0 0.13
HSL 238.3º 0.69% 0.6% -
HSV(B) 238.3º 0.63% 0.87% -
XYZ 20.13 13.78 71.41 -
YUV 100.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 82 86 223 0.63 0.61 0 0.13 238.3 0.69 0.6
Hex 52 56 DF 3F 3D 0 D EE 45 3C
Octal 122 126 337 77 75 0 15 356 105 74
Binary 1010010 1010110 11011111 111111 111101 0 1101 11101110 1000101 111100

Color Harmonies of #5256DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5256DF

Black with #5256DF

Text Example


Text Example

White with #5256DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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