Html Css Color HEX #201CF9 Blue

📋 copy color: '#201CF9'

red 32 ◦ green 28 ◦ blue 249

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

Shades of Blue #201CF9

Tints of Blue #201CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

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

R = 10.36%
G = 9.06%
B = 80.58%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#201CF9 (or 0x201CF9) is known color: Blue. HEX triplet: 20, 1C and F9. RGB value is (32,28,249). Sum of RGB (Red+Green+Blue) = 32+28+249=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 249 (97.66% from 255 or 80.58% from 309); Max value from RGB is 249 - color contains mainly: blue. Hex color #201CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201CF9 is #DFE306. Grayscale: #353535. Windows color (decimal): -14672647 or 16325664. OLE color: 16325664.

HSL color Cylindrical-coordinate representation of color #201CF9: hue angle of 241.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201CF9 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 28 249 -
CMYK 0.87 0.89 0 0.02
HSL 241.09º 0.95% 0.54% -
HSV(B) 241.09º 0.89% 0.98% -
XYZ 18.11 7.98 90.21 -
YUV 54.39 237.83 112.03 -
System Red Green Blue C M Y K H S L
Decimal 32 28 249 0.87 0.89 0 0.02 241.09 0.95 0.54
Hex 20 1C F9 57 59 0 2 F1 5F 36
Octal 40 34 371 127 131 0 2 361 137 66
Binary 100000 11100 11111001 1010111 1011001 0 10 11110001 1011111 110110

Color Harmonies of #201CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CF9

Black with #201CF9

Text Example


Text Example

White with #201CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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