#030FBD

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

Shades of Medium Blue #030FBD

Tints of Medium Blue #030FBD

Color information

#030FBD (or 0x030FBD) is unknown color: approx Medium Blue. HEX triplet: 03, 0F and BD. RGB value is (3,15,189). Sum of RGB (Red+Green+Blue) = 3+15+189=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 189 (74.22% from 255 or 91.30% from 207); Max value from RGB is 189 - color contains mainly: blue. Hex color #030FBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FBD is #FCF042. Grayscale: #1E1E1E. Windows color (decimal): -16576579 or 12390147. OLE color: 12390147.

HSL color Cylindrical-coordinate representation of color #030FBD: hue angle of 236.13º 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 #030FBD is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB315189-
CMYK0.980.9200.26
HSL236.13º96.88%37.65%-
HSV(B)236.13º98.41%74.12%-
XYZ9.394.0448.43-
YUV31.25217.02107.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 189 (74.22% from 255) = 91.30%
R=1.45%
G=7.25%
B=91.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3151890.980.9200.26236.1396.8837.65
Hex3FBD625C01Aec6126
Octal31727514213403235414146
Binary1111111011110111000101011100011010111011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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