Html Css Color HEX #214DF8 Neon Blue

📋 copy color: '#214DF8'

red 33 ◦ green 77 ◦ blue 248

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

Shades of Neon Blue #214DF8

Tints of Neon Blue #214DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 69.27%

R = 9.22%
G = 21.51%
B = 69.27%

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

#214DF8 (or 0x214DF8) is known color: Neon Blue. HEX triplet: 21, 4D and F8. RGB value is (33,77,248). Sum of RGB (Red+Green+Blue) = 33+77+248=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #214DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DF8 is #DEB207. Grayscale: #525252. Windows color (decimal): -14594568 or 16272673. OLE color: 16272673.

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

Color convert

RGB 33 77 248 -
CMYK 0.87 0.69 0 0.03
HSL 227.72º 0.94% 0.55% -
HSV(B) 227.72º 0.87% 0.97% -
XYZ 20.22 12.41 90.14 -
YUV 83.34 220.92 92.1 -
System Red Green Blue C M Y K H S L
Decimal 33 77 248 0.87 0.69 0 0.03 227.72 0.94 0.55
Hex 21 4D F8 57 45 0 3 E4 5E 37
Octal 41 115 370 127 105 0 3 344 136 67
Binary 100001 1001101 11111000 1010111 1000101 0 11 11100100 1011110 110111

Color Harmonies of #214DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DF8

Black with #214DF8

Text Example


Text Example

White with #214DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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