#2257F6

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

Shades of Royal Blue #2257F6

Tints of Royal Blue #2257F6

Color information

#2257F6 (or 0x2257F6) is unknown color: approx Royal Blue. HEX triplet: 22, 57 and F6. RGB value is (34,87,246). Sum of RGB (Red+Green+Blue) = 34+87+246=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 246 (96.48% from 255 or 67.03% from 367); Max value from RGB is 246 - color contains mainly: blue. Hex color #2257F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2257F6 is #DDA809. Grayscale: #585858. Windows color (decimal): -14526474 or 16144162. OLE color: 16144162.

HSL color Cylindrical-coordinate representation of color #2257F6: hue angle of 225º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2257F6 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3487246-
CMYK0.860.6500.04
HSL225º92.17%54.9%-
HSV(B)225º86.18%96.47%-
XYZ20.713.8188.76-
YUV89.28216.4488.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.26%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 246 (96.48% from 255) = 67.03%
R=9.26%
G=23.71%
B=67.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal34872460.860.6500.0422592.1754.9
Hex2257F6564104e15c37
Octal421273661261010434113467
Binary100010101011111110110101011010000010100111000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2257F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2257F6; }

 p { color: rgb(34,87,246); }

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

<style>
 a { background-color: #2257F6; }

 a { background-color: rgb(34,87,246); }

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

<style>
 span { border-color: #2257F6; }

 span { border-color: rgb(34,87,246); }

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