#256FDC

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

Shades of Royal Blue #256FDC

Tints of Royal Blue #256FDC

Color information

#256FDC (or 0x256FDC) is unknown color: approx Royal Blue. HEX triplet: 25, 6F and DC. RGB value is (37,111,220). Sum of RGB (Red+Green+Blue) = 37+111+220=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #256FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FDC is #DA9023. Grayscale: #646464. Windows color (decimal): -14323748 or 14446373. OLE color: 14446373.

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

Color convert

RGB37111220-
CMYK0.830.5000.14
HSL215.74º72.33%50.39%-
HSV(B)215.74º83.18%86.27%-
XYZ19.3716.9369.96-
YUV101.3194.9882.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.05%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 220 (86.33% from 255) = 59.78%
R=10.05%
G=30.16%
B=59.78%

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
Decimal371112200.830.5000.14215.7472.3350.39
Hex256FDC53320Ed84832
Octal451573341236201633011062
Binary100101110111111011100101001111001001110110110001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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