#256EDC

Color #256EDC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #256EDC

Tints of Royal Blue #256EDC

Color information

#256EDC (or 0x256EDC) is unknown color: approx Royal Blue. HEX triplet: 25, 6E and DC. RGB value is (37,110,220). Sum of RGB (Red+Green+Blue) = 37+110+220=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #256EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EDC is #DA9123. Grayscale: #646464. Windows color (decimal): -14324004 or 14446117. OLE color: 14446117.

HSL color Cylindrical-coordinate representation of color #256EDC: hue angle of 216.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256EDC is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB37110220-
CMYK0.830.5000.14
HSL216.07º72.33%50.39%-
HSV(B)216.07º83.18%86.27%-
XYZ19.2616.7169.92-
YUV100.71195.3282.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.08%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 220 (86.33% from 255) = 59.95%
R=10.08%
G=29.97%
B=59.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal371102200.830.5000.14216.0772.3350.39
Hex256EDC53320Ed84832
Octal451563341236201633011062
Binary100101110111011011100101001111001001110110110001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256EDC; }

 p { color: rgb(37,110,220); }

 H1.HeaderClassName
 {
   color: #256EDC;
 }
 .AnyTagClassName
 {
   color: #256EDC;
 }
</style>
background-color css

<style>
 a { background-color: #256EDC; }

 a { background-color: rgb(37,110,220); }

 div.DivClassName
 {
   background-color: #256EDC;
 }
 .BgClassName
 {
   background-color: #256EDC;
 }
</style>
border-color css

<style>
 span { border-color: #256EDC; }

 span { border-color: rgb(37,110,220); }

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