Html Css Color HEX #213DFB Neon Blue

📋 copy color: '#213DFB'

red 33 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #213DFB

Tints of Neon Blue #213DFB

RGB

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

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

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

R = 9.57%
G = 17.68%
B = 72.75%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#213DFB (or 0x213DFB) is known color: Neon Blue. HEX triplet: 21, 3D and FB. RGB value is (33,61,251). Sum of RGB (Red+Green+Blue) = 33+61+251=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #213DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DFB is #DEC204. Grayscale: #494949. Windows color (decimal): -14598661 or 16465185. OLE color: 16465185.

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

Color convert

RGB 33 61 251 -
CMYK 0.87 0.76 0 0.02
HSL 232.29º 0.96% 0.56% -
HSV(B) 232.29º 0.87% 0.98% -
XYZ 19.71 10.63 92.28 -
YUV 74.29 227.72 98.55 -
System Red Green Blue C M Y K H S L
Decimal 33 61 251 0.87 0.76 0 0.02 232.29 0.96 0.56
Hex 21 3D FB 57 4C 0 2 E8 60 38
Octal 41 75 373 127 114 0 2 350 140 70
Binary 100001 111101 11111011 1010111 1001100 0 10 11101000 1100000 111000

Color Harmonies of #213DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DFB

Black with #213DFB

Text Example


Text Example

White with #213DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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