Html Css Color HEX #213AF9 Neon Blue

📋 copy color: '#213AF9'

red 33 ◦ green 58 ◦ blue 249

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

Shades of Neon Blue #213AF9

Tints of Neon Blue #213AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 73.24%

R = 9.71%
G = 17.06%
B = 73.24%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#213AF9 (or 0x213AF9) is known color: Neon Blue. HEX triplet: 21, 3A and F9. RGB value is (33,58,249). Sum of RGB (Red+Green+Blue) = 33+58+249=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #213AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213AF9 is #DEC506. Grayscale: #474747. Windows color (decimal): -14599431 or 16333345. OLE color: 16333345.

HSL color Cylindrical-coordinate representation of color #213AF9: hue angle of 233.06º degrees, saturation: 0.95, 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 #213AF9 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 58 249 -
CMYK 0.87 0.77 0 0.02
HSL 233.06º 0.95% 0.55% -
HSV(B) 233.06º 0.87% 0.98% -
XYZ 19.24 10.19 90.58 -
YUV 72.3 227.72 99.97 -
System Red Green Blue C M Y K H S L
Decimal 33 58 249 0.87 0.77 0 0.02 233.06 0.95 0.55
Hex 21 3A F9 57 4D 0 2 E9 5F 37
Octal 41 72 371 127 115 0 2 351 137 67
Binary 100001 111010 11111001 1010111 1001101 0 10 11101001 1011111 110111

Color Harmonies of #213AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213AF9

Black with #213AF9

Text Example


Text Example

White with #213AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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