Html Css Color HEX #214DFF Neon Blue

📋 copy color: '#214DFF'

red 33 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #214DFF

Tints of Neon Blue #214DFF

RGB

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

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

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

R = 9.04%
G = 21.1%
B = 69.86%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#214DFF (or 0x214DFF) is known color: Neon Blue. HEX triplet: 21, 4D and FF. RGB value is (33,77,255). Sum of RGB (Red+Green+Blue) = 33+77+255=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #214DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DFF is #DEB200. Grayscale: #535353. Windows color (decimal): -14594561 or 16731425. OLE color: 16731425.

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

Color convert

RGB 33 77 255 -
CMYK 0.87 0.70 0 0
HSL 228.11º 1% 0.56% -
HSV(B) 228.11º 0.87% 1% -
XYZ 21.33 12.85 95.96 -
YUV 84.14 224.42 91.53 -
System Red Green Blue C M Y K H S L
Decimal 33 77 255 0.87 0.70 0 0 228.11 1 0.56
Hex 21 4D FF 57 46 0 0 E4 64 38
Octal 41 115 377 127 106 0 0 344 144 70
Binary 100001 1001101 11111111 1010111 1000110 0 0 11100100 1100100 111000

Color Harmonies of #214DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DFF

Black with #214DFF

Text Example


Text Example

White with #214DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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