#214dff

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

Shades of Neon Blue #214DFF

Tints of Neon Blue #214DFF

Color information

#214DFF (or 0x214DFF) is unknown color: approx Neon Blue. HEX triplet: 21, 4D and FF. RGB value is (33,77,255). Sum of RGB (Red+Green+Blue) = 33+77+255=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #214DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DFF is #DEB200. Grayscale: #535353. Windows color (decimal): -14594561 or 16731425. OLE color: 16731425.

HSL color Cylindrical-coordinate representation of color #214DFF: hue angle of 228.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214DFF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3377255-
CMYK0.870.7000
HSL228.11º100%56.47%-
HSV(B)228.11º87.06%100%-
XYZ21.3312.8595.96-
YUV84.14224.4291.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.04%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 255 (100% from 255) = 69.86%
R=9.04%
G=21.10%
B=69.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33772550.870.7000228.1110056.47
Hex214DFF574600e46438
Octal411153771271060034414470
Binary1000011001101111111111010111100011000111001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214dff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,77,255); }

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

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

 a { background-color: rgb(33,77,255); }

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

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

 span { border-color: rgb(33,77,255); }

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