Html Css Color HEX #213AF2 Neon Blue

📋 copy color: '#213AF2'

red 33 ◦ green 58 ◦ blue 242

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

Shades of Neon Blue #213AF2

Tints of Neon Blue #213AF2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 242 (94.92% from 255) = 72.67%

R = 9.91%
G = 17.42%
B = 72.67%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#213AF2 (or 0x213AF2) is known color: Neon Blue. HEX triplet: 21, 3A and F2. RGB value is (33,58,242). Sum of RGB (Red+Green+Blue) = 33+58+242=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 242 (94.92% from 255 or 72.67% from 333); Max value from RGB is 242 - color contains mainly: blue. Hex color #213AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213AF2 is #DEC50D. Grayscale: #464646. Windows color (decimal): -14599438 or 15874593. OLE color: 15874593.

HSL color Cylindrical-coordinate representation of color #213AF2: hue angle of 232.82º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213AF2 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 58 242 -
CMYK 0.86 0.76 0 0.05
HSL 232.82º 0.89% 0.54% -
HSV(B) 232.82º 0.86% 0.95% -
XYZ 18.17 9.76 84.93 -
YUV 71.5 224.22 100.54 -
System Red Green Blue C M Y K H S L
Decimal 33 58 242 0.86 0.76 0 0.05 232.82 0.89 0.54
Hex 21 3A F2 56 4C 0 5 E9 59 36
Octal 41 72 362 126 114 0 5 351 131 66
Binary 100001 111010 11110010 1010110 1001100 0 101 11101001 1011001 110110

Color Harmonies of #213AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213AF2

Black with #213AF2

Text Example


Text Example

White with #213AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,58,242); }

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

background-color css

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

 a { background-color: rgb(33,58,242); }

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

border-color css

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

 span { border-color: rgb(33,58,242); }

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