Html Css Color HEX #213FFB Neon Blue

📋 copy color: '#213FFB'

red 33 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #213FFB

Tints of Neon Blue #213FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

 BLUE value IS 251 (98.44% from 255) = 72.33%

R = 9.51%
G = 18.16%
B = 72.33%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#213FFB (or 0x213FFB) is known color: Neon Blue. HEX triplet: 21, 3F and FB. RGB value is (33,63,251). Sum of RGB (Red+Green+Blue) = 33+63+251=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #213FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213FFB is #DEC004. Grayscale: #4A4A4A. Windows color (decimal): -14598149 or 16465697. OLE color: 16465697.

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

Color convert

RGB 33 63 251 -
CMYK 0.87 0.75 0 0.02
HSL 231.74º 0.96% 0.56% -
HSV(B) 231.74º 0.87% 0.98% -
XYZ 19.82 10.84 92.32 -
YUV 75.46 227.06 97.71 -
System Red Green Blue C M Y K H S L
Decimal 33 63 251 0.87 0.75 0 0.02 231.74 0.96 0.56
Hex 21 3F FB 57 4B 0 2 E8 60 38
Octal 41 77 373 127 113 0 2 350 140 70
Binary 100001 111111 11111011 1010111 1001011 0 10 11101000 1100000 111000

Color Harmonies of #213FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FFB

Black with #213FFB

Text Example


Text Example

White with #213FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,63,251); }

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

background-color css

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

 a { background-color: rgb(33,63,251); }

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

border-color css

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

 span { border-color: rgb(33,63,251); }

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