#214AF0

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

Shades of Royal Blue #214AF0

Tints of Royal Blue #214AF0

Color information

#214AF0 (or 0x214AF0) is unknown color: approx Royal Blue. HEX triplet: 21, 4A and F0. RGB value is (33,74,240). Sum of RGB (Red+Green+Blue) = 33+74+240=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #214AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214AF0 is #DEB50F. Grayscale: #4F4F4F. Windows color (decimal): -14595344 or 15747617. OLE color: 15747617.

HSL color Cylindrical-coordinate representation of color #214AF0: hue angle of 228.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214AF0 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3374240-
CMYK0.860.6900.06
HSL228.12º87.34%53.53%-
HSV(B)228.12º86.25%94.12%-
XYZ18.811.5183.67-
YUV80.66217.9294-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.51%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 240 (94.14% from 255) = 69.16%
R=9.51%
G=21.33%
B=69.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal33742400.860.6900.06228.1287.3453.53
Hex214AF0564506e45736
Octal411123601261050634412766
Binary100001100101011110000101011010001010110111001001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214AF0; }

 p { color: rgb(33,74,240); }

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

<style>
 a { background-color: #214AF0; }

 a { background-color: rgb(33,74,240); }

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

<style>
 span { border-color: #214AF0; }

 span { border-color: rgb(33,74,240); }

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