Html Css Color HEX #213DF1 Neon Blue

📋 copy color: '#213DF1'

red 33 ◦ green 61 ◦ blue 241

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

Shades of Neon Blue #213DF1

Tints of Neon Blue #213DF1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.21%

 BLUE value IS 241 (94.53% from 255) = 71.94%

R = 9.85%
G = 18.21%
B = 71.94%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#213DF1 (or 0x213DF1) is known color: Neon Blue. HEX triplet: 21, 3D and F1. RGB value is (33,61,241). Sum of RGB (Red+Green+Blue) = 33+61+241=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #213DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DF1 is #DEC20E. Grayscale: #484848. Windows color (decimal): -14598671 or 15809825. OLE color: 15809825.

HSL color Cylindrical-coordinate representation of color #213DF1: hue angle of 231.92º degrees, saturation: 0.88, 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 #213DF1 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 61 241 -
CMYK 0.86 0.75 0 0.05
HSL 231.92º 0.88% 0.54% -
HSV(B) 231.92º 0.86% 0.95% -
XYZ 18.17 10.01 84.19 -
YUV 73.15 222.72 99.36 -
System Red Green Blue C M Y K H S L
Decimal 33 61 241 0.86 0.75 0 0.05 231.92 0.88 0.54
Hex 21 3D F1 56 4B 0 5 E8 58 36
Octal 41 75 361 126 113 0 5 350 130 66
Binary 100001 111101 11110001 1010110 1001011 0 101 11101000 1011000 110110

Color Harmonies of #213DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DF1

Black with #213DF1

Text Example


Text Example

White with #213DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,61,241); }

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

background-color css

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

 a { background-color: rgb(33,61,241); }

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

border-color css

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

 span { border-color: rgb(33,61,241); }

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