#021CF3

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

Shades of Blue #021CF3

Tints of Blue #021CF3

Color information

#021CF3 (or 0x021CF3) is unknown color: approx Blue. HEX triplet: 02, 1C and F3. RGB value is (2,28,243). Sum of RGB (Red+Green+Blue) = 2+28+243=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 243 (95.31% from 255 or 89.01% from 273); Max value from RGB is 243 - color contains mainly: blue. Hex color #021CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021CF3 is #FDE30C. Grayscale: #2B2B2B. Windows color (decimal): -16638733 or 15932418. OLE color: 15932418.

HSL color Cylindrical-coordinate representation of color #021CF3: hue angle of 233.53º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CF3 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228243-
CMYK0.990.8800.05
HSL233.53º98.37%48.04%-
HSV(B)233.53º99.18%95.29%-
XYZ16.627.3185.33-
YUV44.74239.8997.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 243 (95.31% from 255) = 89.01%
R=0.73%
G=10.26%
B=89.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282430.990.8800.05233.5398.3748.04
Hex21CF3635805ea6230
Octal2343631431300535214260
Binary101110011110011110001110110000101111010101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021CF3; }

 p { color: rgb(2,28,243); }

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

<style>
 a { background-color: #021CF3; }

 a { background-color: rgb(2,28,243); }

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

<style>
 span { border-color: #021CF3; }

 span { border-color: rgb(2,28,243); }

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