#256CD8

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

Shades of Royal Blue #256CD8

Tints of Royal Blue #256CD8

Color information

#256CD8 (or 0x256CD8) is unknown color: approx Royal Blue. HEX triplet: 25, 6C and D8. RGB value is (37,108,216). Sum of RGB (Red+Green+Blue) = 37+108+216=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #256CD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CD8 is #DA9327. Grayscale: #626262. Windows color (decimal): -14324520 or 14183461. OLE color: 14183461.

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

Color convert

RGB37108216-
CMYK0.830.5000.15
HSL216.2º70.75%49.61%-
HSV(B)216.2º82.87%84.71%-
XYZ18.5216.0867.09-
YUV99.08193.9883.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.25%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 216 (84.77% from 255) = 59.83%
R=10.25%
G=29.92%
B=59.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal371082160.830.5000.15216.270.7549.61
Hex256CD853320Fd84732
Octal451543301236201733010762
Binary100101110110011011000101001111001001111110110001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,108,216); }

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

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

 a { background-color: rgb(37,108,216); }

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

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

 span { border-color: rgb(37,108,216); }

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