Html Css Color HEX #214DFB Neon Blue

📋 copy color: '#214DFB'

red 33 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #214DFB

Tints of Neon Blue #214DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.33%

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 9.14%
G = 21.33%
B = 69.53%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#214DFB (or 0x214DFB) is known color: Neon Blue. HEX triplet: 21, 4D and FB. RGB value is (33,77,251). Sum of RGB (Red+Green+Blue) = 33+77+251=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #214DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DFB is #DEB204. Grayscale: #525252. Windows color (decimal): -14594565 or 16469281. OLE color: 16469281.

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

Color convert

RGB 33 77 251 -
CMYK 0.87 0.69 0 0.02
HSL 227.89º 0.96% 0.56% -
HSV(B) 227.89º 0.87% 0.98% -
XYZ 20.69 12.6 92.61 -
YUV 83.68 222.42 91.85 -
System Red Green Blue C M Y K H S L
Decimal 33 77 251 0.87 0.69 0 0.02 227.89 0.96 0.56
Hex 21 4D FB 57 45 0 2 E4 60 38
Octal 41 115 373 127 105 0 2 344 140 70
Binary 100001 1001101 11111011 1010111 1000101 0 10 11100100 1100000 111000

Color Harmonies of #214DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DFB

Black with #214DFB

Text Example


Text Example

White with #214DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #214DFB;
 }
 .AnyTagClassName
 {
   color: #214DFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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