#0201ef

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

Shades of Blue #0201EF

Tints of Blue #0201EF

Color information

#0201EF (or 0x0201EF) is unknown color: approx Blue. HEX triplet: 02, 01 and EF. RGB value is (2,1,239). Sum of RGB (Red+Green+Blue) = 2+1+239=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 239 (93.75% from 255 or 98.76% from 242); Max value from RGB is 239 - color contains mainly: blue. Hex color #0201EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0201EF is #FDFE10. Grayscale: #1B1B1B. Windows color (decimal): -16645649 or 15663362. OLE color: 15663362.

HSL color Cylindrical-coordinate representation of color #0201EF: hue angle of 240.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0201EF is Cyan = 0.99, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21239-
CMYK0.991.0000.06
HSL240.25º99.17%47.06%-
HSV(B)240.25º99.58%93.73%-
XYZ15.626.2782.05-
YUV28.43246.83109.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 239 (93.75% from 255) = 98.76%
R=0.83%
G=0.41%
B=98.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal212390.991.0000.06240.2599.1747.06
Hex21EF636406f0632f
Octal213571431440636014357
Binary10111101111110001111001000110111100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0201ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0201ef; }

 p { color: rgb(2,1,239); }

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

<style>
 a { background-color: #0201ef; }

 a { background-color: rgb(2,1,239); }

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

<style>
 span { border-color: #0201ef; }

 span { border-color: rgb(2,1,239); }

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

cancel