#0227DE

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

Shades of Medium Blue #0227DE

Tints of Medium Blue #0227DE

Color information

#0227DE (or 0x0227DE) is unknown color: approx Medium Blue. HEX triplet: 02, 27 and DE. RGB value is (2,39,222). Sum of RGB (Red+Green+Blue) = 2+39+222=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 222 (87.11% from 255 or 84.41% from 263); Max value from RGB is 222 - color contains mainly: blue. Hex color #0227DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227DE is #FDD821. Grayscale: #303030. Windows color (decimal): -16635938 or 14558978. OLE color: 14558978.

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

Color convert

RGB239222-
CMYK0.990.8200.13
HSL229.91º98.21%43.92%-
HSV(B)229.91º99.1%87.06%-
XYZ13.946.7469.67-
YUV48.8225.7494.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 222 (87.11% from 255) = 84.41%
R=0.76%
G=14.83%
B=84.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2392220.990.8200.13229.9198.2143.92
Hex227DE63520De6622c
Octal24733614312201534614254
Binary10100111110111101100011101001001101111001101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0227DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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