#0027DE

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

Shades of Medium Blue #0027DE

Tints of Medium Blue #0027DE

Color information

#0027DE (or 0x0027DE) is unknown color: approx Medium Blue. HEX triplet: 00, 27 and DE. RGB value is (0,39,222). Sum of RGB (Red+Green+Blue) = 0+39+222=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #0027DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027DE is #FFD821. Grayscale: #2F2F2F. Windows color (decimal): -16767010 or 14558976. OLE color: 14558976.

HSL color Cylindrical-coordinate representation of color #0027DE: hue angle of 229.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0027DE is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB039222-
CMYK10.8200.13
HSL229.46º100%43.53%-
HSV(B)229.46º100%87.06%-
XYZ13.916.7269.67-
YUV48.2226.0893.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 222 (87.11% from 255) = 85.06%
R=0%
G=14.94%
B=85.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal03922210.8200.13229.4610043.53
Hex027DE64520De5642c
Octal04733614412201534514454
Binary0100111110111101100100101001001101111001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0027DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0027DE; }

 p { color: rgb(0,39,222); }

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

<style>
 a { background-color: #0027DE; }

 a { background-color: rgb(0,39,222); }

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

<style>
 span { border-color: #0027DE; }

 span { border-color: rgb(0,39,222); }

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