#1E05BD

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

Shades of Medium Blue #1E05BD

Tints of Medium Blue #1E05BD

Color information

#1E05BD (or 0x1E05BD) is unknown color: approx Medium Blue. HEX triplet: 1E, 05 and BD. RGB value is (30,5,189). Sum of RGB (Red+Green+Blue) = 30+5+189=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 189 (74.22% from 255 or 84.38% from 224); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E05BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E05BD is #E1FA42. Grayscale: #202020. Windows color (decimal): -14809667 or 12387614. OLE color: 12387614.

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

Color convert

RGB305189-
CMYK0.840.9700.26
HSL248.15º94.85%38.04%-
HSV(B)248.15º97.35%74.12%-
XYZ9.774.0648.41-
YUV33.45215.78125.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 189 (74.22% from 255) = 84.38%
R=13.39%
G=2.23%
B=84.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3051890.840.9700.26248.1594.8538.04
Hex1E5BD546101Af85f26
Octal36527512414103237013746
Binary111101011011110110101001100001011010111110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E05BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,5,189); }

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

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

 a { background-color: rgb(30,5,189); }

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

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

 span { border-color: rgb(30,5,189); }

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