#256BD8

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

Shades of Royal Blue #256BD8

Tints of Royal Blue #256BD8

Color information

#256BD8 (or 0x256BD8) is unknown color: approx Royal Blue. HEX triplet: 25, 6B and D8. RGB value is (37,107,216). Sum of RGB (Red+Green+Blue) = 37+107+216=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #256BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BD8 is #DA9427. Grayscale: #616161. Windows color (decimal): -14324776 or 14183205. OLE color: 14183205.

HSL color Cylindrical-coordinate representation of color #256BD8: hue angle of 216.54º 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 #256BD8 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB37107216-
CMYK0.830.5000.15
HSL216.54º70.75%49.61%-
HSV(B)216.54º82.87%84.71%-
XYZ18.4215.8767.06-
YUV98.5194.3184.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.28%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 216 (84.77% from 255) = 60%
R=10.28%
G=29.72%
B=60%

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
Decimal371072160.830.5000.15216.5470.7549.61
Hex256BD853320Fd94732
Octal451533301236201733110762
Binary100101110101111011000101001111001001111110110011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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