Html Css Color HEX #213AFD Neon Blue

📋 copy color: '#213AFD'

red 33 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #213AFD

Tints of Neon Blue #213AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.55%

R = 9.59%
G = 16.86%
B = 73.55%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#213AFD (or 0x213AFD) is known color: Neon Blue. HEX triplet: 21, 3A and FD. RGB value is (33,58,253). Sum of RGB (Red+Green+Blue) = 33+58+253=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #213AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213AFD is #DEC502. Grayscale: #474747. Windows color (decimal): -14599427 or 16595489. OLE color: 16595489.

HSL color Cylindrical-coordinate representation of color #213AFD: hue angle of 233.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213AFD is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 58 253 -
CMYK 0.87 0.77 0 0.01
HSL 233.18º 0.98% 0.56% -
HSV(B) 233.18º 0.87% 0.99% -
XYZ 19.87 10.44 93.9 -
YUV 72.76 229.72 99.64 -
System Red Green Blue C M Y K H S L
Decimal 33 58 253 0.87 0.77 0 0.01 233.18 0.98 0.56
Hex 21 3A FD 57 4D 0 1 E9 62 38
Octal 41 72 375 127 115 0 1 351 142 70
Binary 100001 111010 11111101 1010111 1001101 0 1 11101001 1100010 111000

Color Harmonies of #213AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213AFD

Black with #213AFD

Text Example


Text Example

White with #213AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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