Html Css Color HEX #213EEF Neon Blue

📋 copy color: '#213EEF'

red 33 ◦ green 62 ◦ blue 239

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

Shades of Neon Blue #213EEF

Tints of Neon Blue #213EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

 BLUE value IS 239 (93.75% from 255) = 71.56%

R = 9.88%
G = 18.56%
B = 71.56%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#213EEF (or 0x213EEF) is known color: Neon Blue. HEX triplet: 21, 3E and EF. RGB value is (33,62,239). Sum of RGB (Red+Green+Blue) = 33+62+239=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #213EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213EEF is #DEC110. Grayscale: #484848. Windows color (decimal): -14598417 or 15679009. OLE color: 15679009.

HSL color Cylindrical-coordinate representation of color #213EEF: hue angle of 231.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213EEF is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 62 239 -
CMYK 0.86 0.74 0 0.06
HSL 231.55º 0.87% 0.53% -
HSV(B) 231.55º 0.86% 0.94% -
XYZ 17.93 10 82.65 -
YUV 73.51 221.39 99.11 -
System Red Green Blue C M Y K H S L
Decimal 33 62 239 0.86 0.74 0 0.06 231.55 0.87 0.53
Hex 21 3E EF 56 4A 0 6 E8 57 35
Octal 41 76 357 126 112 0 6 350 127 65
Binary 100001 111110 11101111 1010110 1001010 0 110 11101000 1010111 110101

Color Harmonies of #213EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213EEF

Black with #213EEF

Text Example


Text Example

White with #213EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213EEF; }

 p { color: rgb(33,62,239); }

 H1.HeaderClassName
 {
   color: #213EEF;
 }
 .AnyTagClassName
 {
   color: #213EEF;
 }
</style>

background-color css

<style>
 a { background-color: #213EEF; }

 a { background-color: rgb(33,62,239); }

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

border-color css

<style>
 span { border-color: #213EEF; }

 span { border-color: rgb(33,62,239); }

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