Html Css Color HEX #214DF7 Neon Blue

📋 copy color: '#214DF7'

red 33 ◦ green 77 ◦ blue 247

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

Shades of Neon Blue #214DF7

Tints of Neon Blue #214DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 69.19%

R = 9.24%
G = 21.57%
B = 69.19%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#214DF7 (or 0x214DF7) is known color: Neon Blue. HEX triplet: 21, 4D and F7. RGB value is (33,77,247). Sum of RGB (Red+Green+Blue) = 33+77+247=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #214DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DF7 is #DEB208. Grayscale: #525252. Windows color (decimal): -14594569 or 16207137. OLE color: 16207137.

HSL color Cylindrical-coordinate representation of color #214DF7: hue angle of 227.66º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214DF7 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 77 247 -
CMYK 0.87 0.69 0 0.03
HSL 227.66º 0.93% 0.55% -
HSV(B) 227.66º 0.87% 0.97% -
XYZ 20.07 12.35 89.32 -
YUV 83.22 220.42 92.18 -
System Red Green Blue C M Y K H S L
Decimal 33 77 247 0.87 0.69 0 0.03 227.66 0.93 0.55
Hex 21 4D F7 57 45 0 3 E4 5D 37
Octal 41 115 367 127 105 0 3 344 135 67
Binary 100001 1001101 11110111 1010111 1000101 0 11 11100100 1011101 110111

Color Harmonies of #214DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DF7

Black with #214DF7

Text Example


Text Example

White with #214DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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