Html Css Color HEX #211DFB Blue

📋 copy color: '#211DFB'

red 33 ◦ green 29 ◦ blue 251

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

Shades of Blue #211DFB

Tints of Blue #211DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

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

R = 10.54%
G = 9.27%
B = 80.19%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#211DFB (or 0x211DFB) is known color: Blue. HEX triplet: 21, 1D and FB. RGB value is (33,29,251). Sum of RGB (Red+Green+Blue) = 33+29+251=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #211DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211DFB is #DEE204. Grayscale: #363636. Windows color (decimal): -14606853 or 16456993. OLE color: 16456993.

HSL color Cylindrical-coordinate representation of color #211DFB: hue angle of 241.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211DFB is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 29 251 -
CMYK 0.87 0.88 0 0.02
HSL 241.08º 0.97% 0.55% -
HSV(B) 241.08º 0.88% 0.98% -
XYZ 18.48 8.17 91.87 -
YUV 55.5 238.33 111.95 -
System Red Green Blue C M Y K H S L
Decimal 33 29 251 0.87 0.88 0 0.02 241.08 0.97 0.55
Hex 21 1D FB 57 58 0 2 F1 61 37
Octal 41 35 373 127 130 0 2 361 141 67
Binary 100001 11101 11111011 1010111 1011000 0 10 11110001 1100001 110111

Color Harmonies of #211DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211DFB

Black with #211DFB

Text Example


Text Example

White with #211DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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