#021BED

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

Shades of Blue #021BED

Tints of Blue #021BED

Color information

#021BED (or 0x021BED) is unknown color: approx Blue. HEX triplet: 02, 1B and ED. RGB value is (2,27,237). Sum of RGB (Red+Green+Blue) = 2+27+237=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 237 (92.97% from 255 or 89.10% from 266); Max value from RGB is 237 - color contains mainly: blue. Hex color #021BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021BED is #FDE412. Grayscale: #2A2A2A. Windows color (decimal): -16638995 or 15538946. OLE color: 15538946.

HSL color Cylindrical-coordinate representation of color #021BED: hue angle of 233.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BED is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227237-
CMYK0.990.8900.07
HSL233.62º98.33%46.86%-
HSV(B)233.62º99.16%92.94%-
XYZ15.76.9180.63-
YUV43.46237.2298.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 237 (92.97% from 255) = 89.10%
R=0.75%
G=10.15%
B=89.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272370.990.8900.07233.6298.3346.86
Hex21BED635907ea622f
Octal2333551431310735214257
Binary101101111101101110001110110010111111010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,27,237); }

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

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

 a { background-color: rgb(2,27,237); }

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

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

 span { border-color: rgb(2,27,237); }

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