Html Css Color HEX #201EF9 Blue

📋 copy color: '#201EF9'

red 32 ◦ green 30 ◦ blue 249

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

Shades of Blue #201EF9

Tints of Blue #201EF9

RGB

 RED value IS 32 (12.89% from 255) = 10.29%

 GREEN value IS 30 (12.11% from 255) = 9.65%

 BLUE value IS 249 (97.66% from 255) = 80.06%

R = 10.29%
G = 9.65%
B = 80.06%

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

#201EF9 (or 0x201EF9) is known color: Blue. HEX triplet: 20, 1E and F9. RGB value is (32,30,249). Sum of RGB (Red+Green+Blue) = 32+30+249=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 249 (97.66% from 255 or 80.06% from 311); Max value from RGB is 249 - color contains mainly: blue. Hex color #201EF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EF9 is #DFE106. Grayscale: #363636. Windows color (decimal): -14672135 or 16326176. OLE color: 16326176.

HSL color Cylindrical-coordinate representation of color #201EF9: hue angle of 240.55º degrees, saturation: 0.95, 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 #201EF9 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 30 249 -
CMYK 0.87 0.88 0 0.02
HSL 240.55º 0.95% 0.55% -
HSV(B) 240.55º 0.88% 0.98% -
XYZ 18.16 8.08 90.22 -
YUV 55.56 237.16 111.19 -
System Red Green Blue C M Y K H S L
Decimal 32 30 249 0.87 0.88 0 0.02 240.55 0.95 0.55
Hex 20 1E F9 57 58 0 2 F1 5F 37
Octal 40 36 371 127 130 0 2 361 137 67
Binary 100000 11110 11111001 1010111 1011000 0 10 11110001 1011111 110111

Color Harmonies of #201EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EF9

Black with #201EF9

Text Example


Text Example

White with #201EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201EF9; }

 p { color: rgb(32,30,249); }

 H1.HeaderClassName
 {
   color: #201EF9;
 }
 .AnyTagClassName
 {
   color: #201EF9;
 }
</style>

background-color css

<style>
 a { background-color: #201EF9; }

 a { background-color: rgb(32,30,249); }

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

border-color css

<style>
 span { border-color: #201EF9; }

 span { border-color: rgb(32,30,249); }

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