Html Css Color HEX #213BF0 Neon Blue

📋 copy color: '#213BF0'

red 33 ◦ green 59 ◦ blue 240

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

Shades of Neon Blue #213BF0

Tints of Neon Blue #213BF0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

 BLUE value IS 240 (94.14% from 255) = 72.29%

R = 9.94%
G = 17.77%
B = 72.29%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#213BF0 (or 0x213BF0) is known color: Neon Blue. HEX triplet: 21, 3B and F0. RGB value is (33,59,240). Sum of RGB (Red+Green+Blue) = 33+59+240=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #213BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213BF0 is #DEC40F. Grayscale: #474747. Windows color (decimal): -14599184 or 15743777. OLE color: 15743777.

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

Color convert

RGB 33 59 240 -
CMYK 0.86 0.75 0 0.06
HSL 232.46º 0.87% 0.54% -
HSV(B) 232.46º 0.86% 0.94% -
XYZ 17.92 9.74 83.37 -
YUV 71.86 222.89 100.28 -
System Red Green Blue C M Y K H S L
Decimal 33 59 240 0.86 0.75 0 0.06 232.46 0.87 0.54
Hex 21 3B F0 56 4B 0 6 E8 57 36
Octal 41 73 360 126 113 0 6 350 127 66
Binary 100001 111011 11110000 1010110 1001011 0 110 11101000 1010111 110110

Color Harmonies of #213BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BF0

Black with #213BF0

Text Example


Text Example

White with #213BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,59,240); }

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

background-color css

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

 a { background-color: rgb(33,59,240); }

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

border-color css

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

 span { border-color: rgb(33,59,240); }

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