#256CF4

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

Shades of Royal Blue #256CF4

Tints of Royal Blue #256CF4

Color information

#256CF4 (or 0x256CF4) is unknown color: approx Royal Blue. HEX triplet: 25, 6C and F4. RGB value is (37,108,244). Sum of RGB (Red+Green+Blue) = 37+108+244=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 244 (95.70% from 255 or 62.72% from 389); Max value from RGB is 244 - color contains mainly: blue. Hex color #256CF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256CF4 is #DA930B. Grayscale: #656565. Windows color (decimal): -14324492 or 16018469. OLE color: 16018469.

HSL color Cylindrical-coordinate representation of color #256CF4: hue angle of 219.42º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256CF4 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB37108244-
CMYK0.850.5600.04
HSL219.42º90.39%55.1%-
HSV(B)219.42º84.84%95.69%-
XYZ22.4517.6587.81-
YUV102.28207.9881.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.51%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 244 (95.70% from 255) = 62.72%
R=9.51%
G=27.76%
B=62.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal371082440.850.5600.04219.4290.3955.1
Hex256CF4553804db5a37
Octal45154364125700433313267
Binary10010111011001111010010101011110000100110110111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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