#212dff

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

Shades of Neon Blue #212DFF

Tints of Neon Blue #212DFF

Color information

#212DFF (or 0x212DFF) is unknown color: approx Neon Blue. HEX triplet: 21, 2D and FF. RGB value is (33,45,255). Sum of RGB (Red+Green+Blue) = 33+45+255=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #212DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212DFF is #DED200. Grayscale: #404040. Windows color (decimal): -14602753 or 16723233. OLE color: 16723233.

HSL color Cylindrical-coordinate representation of color #212DFF: hue angle of 236.76º 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 #212DFF is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3345255-
CMYK0.870.8200
HSL236.76º100%56.47%-
HSV(B)236.76º87.06%100%-
XYZ19.629.4295.39-
YUV65.35235.02104.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 45 (17.97% from 255) = 13.51%
BLUE value IS 255 (100% from 255) = 76.58%
R=9.91%
G=13.51%
B=76.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33452550.870.8200236.7610056.47
Hex212DFF575200ed6438
Octal41553771271220035514470
Binary100001101101111111111010111101001000111011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212dff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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