Html Css Color HEX #212DFD Neon Blue

📋 copy color: '#212DFD'

red 33 ◦ green 45 ◦ blue 253

#212DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #212DFD

Tints of Neon Blue #212DFD

RGB

 RED value IS 33 (13.28% from 255) = 9.97%

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 253 (99.22% from 255) = 76.44%

R = 9.97%
G = 13.6%
B = 76.44%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#212DFD (or 0x212DFD) is known color: Neon Blue. HEX triplet: 21, 2D and FD. RGB value is (33,45,253). Sum of RGB (Red+Green+Blue) = 33+45+253=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #212DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212DFD is #DED202. Grayscale: #404040. Windows color (decimal): -14602755 or 16592161. OLE color: 16592161.

HSL color Cylindrical-coordinate representation of color #212DFD: hue angle of 236.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212DFD is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 45 253 -
CMYK 0.87 0.82 0 0.01
HSL 236.73º 0.98% 0.56% -
HSV(B) 236.73º 0.87% 0.99% -
XYZ 19.3 9.29 93.71 -
YUV 65.12 234.02 105.09 -
System Red Green Blue C M Y K H S L
Decimal 33 45 253 0.87 0.82 0 0.01 236.73 0.98 0.56
Hex 21 2D FD 57 52 0 1 ED 62 38
Octal 41 55 375 127 122 0 1 355 142 70
Binary 100001 101101 11111101 1010111 1010010 0 1 11101101 1100010 111000

Color Harmonies of #212DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DFD

Black with #212DFD

Text Example


Text Example

White with #212DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #212DFD;
 }
 .AnyTagClassName
 {
   color: #212DFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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