#201BFE

Color #201BFE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #201BFE

Tints of Blue #201BFE

Color information

#201BFE (or 0x201BFE) is unknown color: approx Blue. HEX triplet: 20, 1B and FE. RGB value is (32,27,254). Sum of RGB (Red+Green+Blue) = 32+27+254=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 254 (99.61% from 255 or 81.15% from 313); Max value from RGB is 254 - color contains mainly: blue. Hex color #201BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201BFE is #DFE401. Grayscale: #353535. Windows color (decimal): -14672898 or 16653088. OLE color: 16653088.

HSL color Cylindrical-coordinate representation of color #201BFE: hue angle of 241.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201BFE is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3227254-
CMYK0.870.8900.00
HSL241.32º99.13%55.1%-
HSV(B)241.32º89.37%99.61%-
XYZ18.888.2594.36-
YUV54.37240.66112.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 27 (10.94% from 255) = 8.63%
BLUE value IS 254 (99.61% from 255) = 81.15%
R=10.22%
G=8.63%
B=81.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal32272540.870.8900.00241.3299.1355.1
Hex201BFE575900f16337
Octal40333761271310036114367
Binary10000011011111111101010111101100100111100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,27,254); }

 H1.HeaderClassName
 {
   color: #201BFE;
 }
 .AnyTagClassName
 {
   color: #201BFE;
 }
</style>
background-color css

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

 a { background-color: rgb(32,27,254); }

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

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

 span { border-color: rgb(32,27,254); }

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