Html Css Color HEX #214EFA Neon Blue

📋 copy color: '#214EFA'

red 33 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #214EFA

Tints of Neon Blue #214EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 9.14%
G = 21.61%
B = 69.25%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#214EFA (or 0x214EFA) is known color: Neon Blue. HEX triplet: 21, 4E and FA. RGB value is (33,78,250). Sum of RGB (Red+Green+Blue) = 33+78+250=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #214EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EFA is #DEB105. Grayscale: #535353. Windows color (decimal): -14594310 or 16404001. OLE color: 16404001.

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

Color convert

RGB 33 78 250 -
CMYK 0.87 0.69 0 0.02
HSL 227.56º 0.96% 0.55% -
HSV(B) 227.56º 0.87% 0.98% -
XYZ 20.61 12.67 91.8 -
YUV 84.15 221.59 91.51 -
System Red Green Blue C M Y K H S L
Decimal 33 78 250 0.87 0.69 0 0.02 227.56 0.96 0.55
Hex 21 4E FA 57 45 0 2 E4 60 37
Octal 41 116 372 127 105 0 2 344 140 67
Binary 100001 1001110 11111010 1010111 1000101 0 10 11100100 1100000 110111

Color Harmonies of #214EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EFA

Black with #214EFA

Text Example


Text Example

White with #214EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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