#030ABD

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

Shades of Medium Blue #030ABD

Tints of Medium Blue #030ABD

Color information

#030ABD (or 0x030ABD) is unknown color: approx Medium Blue. HEX triplet: 03, 0A and BD. RGB value is (3,10,189). Sum of RGB (Red+Green+Blue) = 3+10+189=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 189 (74.22% from 255 or 93.56% from 202); Max value from RGB is 189 - color contains mainly: blue. Hex color #030ABD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ABD is #FCF542. Grayscale: #1B1B1B. Windows color (decimal): -16577859 or 12388867. OLE color: 12388867.

HSL color Cylindrical-coordinate representation of color #030ABD: hue angle of 237.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030ABD is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB310189-
CMYK0.980.9500.26
HSL237.74º96.88%37.65%-
HSV(B)237.74º98.41%74.12%-
XYZ9.333.9148.41-
YUV28.31218.68109.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 189 (74.22% from 255) = 93.56%
R=1.49%
G=4.95%
B=93.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3101890.980.9500.26237.7496.8837.65
Hex3ABD625F01Aee6126
Octal31227514213703235614146
Binary1110101011110111000101011111011010111011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030ABD; }

 p { color: rgb(3,10,189); }

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

<style>
 a { background-color: #030ABD; }

 a { background-color: rgb(3,10,189); }

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

<style>
 span { border-color: #030ABD; }

 span { border-color: rgb(3,10,189); }

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