Html Css Color HEX #214FFB Neon Blue

📋 copy color: '#214FFB'

red 33 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #214FFB

Tints of Neon Blue #214FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

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

R = 9.09%
G = 21.76%
B = 69.15%

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

#214FFB (or 0x214FFB) is known color: Neon Blue. HEX triplet: 21, 4F and FB. RGB value is (33,79,251). Sum of RGB (Red+Green+Blue) = 33+79+251=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #214FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214FFB is #DEB004. Grayscale: #545454. Windows color (decimal): -14594053 or 16469793. OLE color: 16469793.

HSL color Cylindrical-coordinate representation of color #214FFB: hue angle of 227.34º 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 #214FFB is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 79 251 -
CMYK 0.87 0.69 0 0.02
HSL 227.34º 0.96% 0.56% -
HSV(B) 227.34º 0.87% 0.98% -
XYZ 20.84 12.88 92.65 -
YUV 84.85 221.76 91.01 -
System Red Green Blue C M Y K H S L
Decimal 33 79 251 0.87 0.69 0 0.02 227.34 0.96 0.56
Hex 21 4F FB 57 45 0 2 E3 60 38
Octal 41 117 373 127 105 0 2 343 140 70
Binary 100001 1001111 11111011 1010111 1000101 0 10 11100011 1100000 111000

Color Harmonies of #214FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FFB

Black with #214FFB

Text Example


Text Example

White with #214FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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