#1C02BD

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

Shades of Medium Blue #1C02BD

Tints of Medium Blue #1C02BD

Color information

#1C02BD (or 0x1C02BD) is unknown color: approx Medium Blue. HEX triplet: 1C, 02 and BD. RGB value is (28,2,189). Sum of RGB (Red+Green+Blue) = 28+2+189=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 189 (74.22% from 255 or 86.30% from 219); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C02BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C02BD is #E3FD42. Grayscale: #1E1E1E. Windows color (decimal): -14941507 or 12386844. OLE color: 12386844.

HSL color Cylindrical-coordinate representation of color #1C02BD: hue angle of 248.34º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C02BD is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB282189-
CMYK0.850.9900.26
HSL248.34º97.91%37.45%-
HSV(B)248.34º98.94%74.12%-
XYZ9.693.9648.4-
YUV31.09217.11125.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.79%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 189 (74.22% from 255) = 86.30%
R=12.79%
G=0.91%
B=86.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2821890.850.9900.26248.3497.9137.45
Hex1C2BD556301Af86225
Octal34227512514303237014245
Binary11100101011110110101011100011011010111110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C02BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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