#2151F4

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

Shades of Royal Blue #2151F4

Tints of Royal Blue #2151F4

Color information

#2151F4 (or 0x2151F4) is unknown color: approx Royal Blue. HEX triplet: 21, 51 and F4. RGB value is (33,81,244). Sum of RGB (Red+Green+Blue) = 33+81+244=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #2151F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2151F4 is #DEAE0B. Grayscale: #545454. Windows color (decimal): -14593548 or 16011553. OLE color: 16011553.

HSL color Cylindrical-coordinate representation of color #2151F4: hue angle of 226.35º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2151F4 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3381244-
CMYK0.860.6700.04
HSL226.35º90.56%54.31%-
HSV(B)226.35º86.48%95.69%-
XYZ19.912.7487-
YUV85.23217.690.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.22%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 244 (95.70% from 255) = 68.16%
R=9.22%
G=22.63%
B=68.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal33812440.860.6700.04226.3590.5654.31
Hex2151F4564304e25b36
Octal411213641261030434213366
Binary100001101000111110100101011010000110100111000101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2151F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2151F4; }

 p { color: rgb(33,81,244); }

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

<style>
 a { background-color: #2151F4; }

 a { background-color: rgb(33,81,244); }

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

<style>
 span { border-color: #2151F4; }

 span { border-color: rgb(33,81,244); }

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