#0314DD

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

Shades of Medium Blue #0314DD

Tints of Medium Blue #0314DD

Color information

#0314DD (or 0x0314DD) is unknown color: approx Medium Blue. HEX triplet: 03, 14 and DD. RGB value is (3,20,221). Sum of RGB (Red+Green+Blue) = 3+20+221=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 221 (86.72% from 255 or 90.57% from 244); Max value from RGB is 221 - color contains mainly: blue. Hex color #0314DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0314DD is #FCEB22. Grayscale: #252525. Windows color (decimal): -16575267 or 14488579. OLE color: 14488579.

HSL color Cylindrical-coordinate representation of color #0314DD: hue angle of 235.32º degrees, saturation: 0.97, 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 #0314DD is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB320221-
CMYK0.990.9100.13
HSL235.32º97.32%43.92%-
HSV(B)235.32º98.64%86.67%-
XYZ13.345.7468.81-
YUV37.83231.37103.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 20 (8.20% from 255) = 8.20%
BLUE value IS 221 (86.72% from 255) = 90.57%
R=1.23%
G=8.20%
B=90.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3202210.990.9100.13235.3297.3243.92
Hex314DD635B0Deb612c
Octal32433514313301535314154
Binary1110100110111011100011101101101101111010111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0314DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0314DD; }

 p { color: rgb(3,20,221); }

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

<style>
 a { background-color: #0314DD; }

 a { background-color: rgb(3,20,221); }

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

<style>
 span { border-color: #0314DD; }

 span { border-color: rgb(3,20,221); }

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