#1B02ED

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

Shades of Blue #1B02ED

Tints of Blue #1B02ED

Color information

#1B02ED (or 0x1B02ED) is unknown color: approx Blue. HEX triplet: 1B, 02 and ED. RGB value is (27,2,237). Sum of RGB (Red+Green+Blue) = 27+2+237=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 2 (1.17% from 255 or 0.75% 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 #1B02ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B02ED is #E4FD12. Grayscale: #232323. Windows color (decimal): -15006995 or 15532571. OLE color: 15532571.

HSL color Cylindrical-coordinate representation of color #1B02ED: hue angle of 246.38º 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 #1B02ED is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB272237-
CMYK0.890.9900.07
HSL246.38º98.33%46.86%-
HSV(B)246.38º99.16%92.94%-
XYZ15.766.3980.52-
YUV36.26241.28121.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2722370.890.9900.07246.3898.3346.86
Hex1B2ED596307f6622f
Octal3323551311430736614257
Binary110111011101101101100111000110111111101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B02ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B02ED; }

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

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

<style>
 a { background-color: #1B02ED; }

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

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

<style>
 span { border-color: #1B02ED; }

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

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