Html Css Color HEX #214BFF Neon Blue

📋 copy color: '#214BFF'

red 33 ◦ green 75 ◦ blue 255

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

Shades of Neon Blue #214BFF

Tints of Neon Blue #214BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

 BLUE value IS 255 (100% from 255) = 70.25%

R = 9.09%
G = 20.66%
B = 70.25%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#214BFF (or 0x214BFF) is known color: Neon Blue. HEX triplet: 21, 4B and FF. RGB value is (33,75,255). Sum of RGB (Red+Green+Blue) = 33+75+255=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #214BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214BFF is #DEB400. Grayscale: #525252. Windows color (decimal): -14595073 or 16730913. OLE color: 16730913.

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

Color convert

RGB 33 75 255 -
CMYK 0.87 0.71 0 0
HSL 228.65º 1% 0.56% -
HSV(B) 228.65º 0.87% 1% -
XYZ 21.19 12.58 95.92 -
YUV 82.96 225.09 92.36 -
System Red Green Blue C M Y K H S L
Decimal 33 75 255 0.87 0.71 0 0 228.65 1 0.56
Hex 21 4B FF 57 47 0 0 E5 64 38
Octal 41 113 377 127 107 0 0 345 144 70
Binary 100001 1001011 11111111 1010111 1000111 0 0 11100101 1100100 111000

Color Harmonies of #214BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BFF

Black with #214BFF

Text Example


Text Example

White with #214BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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