#2156f9

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

Shades of Royal Blue #2156F9

Tints of Royal Blue #2156F9

Color information

#2156F9 (or 0x2156F9) is unknown color: approx Royal Blue. HEX triplet: 21, 56 and F9. RGB value is (33,86,249). Sum of RGB (Red+Green+Blue) = 33+86+249=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #2156F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2156F9 is #DEA906. Grayscale: #585858. Windows color (decimal): -14592263 or 16340513. OLE color: 16340513.

HSL color Cylindrical-coordinate representation of color #2156F9: hue angle of 225.28º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2156F9 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3386249-
CMYK0.870.6500.02
HSL225.28º94.74%55.29%-
HSV(B)225.28º86.75%97.65%-
XYZ21.0513.8291.18-
YUV88.74218.4488.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.97%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 249 (97.66% from 255) = 67.66%
R=8.97%
G=23.37%
B=67.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal33862490.870.6500.02225.2894.7455.29
Hex2156F9574102e15f37
Octal411263711271010234113767
Binary10000110101101111100110101111000001010111000011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2156f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2156f9; }

 p { color: rgb(33,86,249); }

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

<style>
 a { background-color: #2156f9; }

 a { background-color: rgb(33,86,249); }

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

<style>
 span { border-color: #2156f9; }

 span { border-color: rgb(33,86,249); }

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