Html Css Color HEX #214EFF Neon Blue

📋 copy color: '#214EFF'

red 33 ◦ green 78 ◦ blue 255

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

Shades of Neon Blue #214EFF

Tints of Neon Blue #214EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.31%

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

R = 9.02%
G = 21.31%
B = 69.67%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#214EFF (or 0x214EFF) is known color: Neon Blue. HEX triplet: 21, 4E and FF. RGB value is (33,78,255). Sum of RGB (Red+Green+Blue) = 33+78+255=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #214EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EFF is #DEB100. Grayscale: #535353. Windows color (decimal): -14594305 or 16731681. OLE color: 16731681.

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

Color convert

RGB 33 78 255 -
CMYK 0.87 0.69 0 0
HSL 227.84º 1% 0.56% -
HSV(B) 227.84º 0.87% 1% -
XYZ 21.4 12.99 95.99 -
YUV 84.72 224.09 91.11 -
System Red Green Blue C M Y K H S L
Decimal 33 78 255 0.87 0.69 0 0 227.84 1 0.56
Hex 21 4E FF 57 45 0 0 E4 64 38
Octal 41 116 377 127 105 0 0 344 144 70
Binary 100001 1001110 11111111 1010111 1000101 0 0 11100100 1100100 111000

Color Harmonies of #214EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EFF

Black with #214EFF

Text Example


Text Example

White with #214EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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