#0D08D4

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

Shades of Medium Blue #0D08D4

Tints of Medium Blue #0D08D4

Color information

#0D08D4 (or 0x0D08D4) is unknown color: approx Medium Blue. HEX triplet: 0D, 08 and D4. RGB value is (13,8,212). Sum of RGB (Red+Green+Blue) = 13+8+212=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 212 (83.20% from 255 or 90.99% from 233); Max value from RGB is 212 - color contains mainly: blue. Hex color #0D08D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D08D4 is #F2F72B. Grayscale: #1F1F1F. Windows color (decimal): -15922988 or 13895693. OLE color: 13895693.

HSL color Cylindrical-coordinate representation of color #0D08D4: hue angle of 241.47º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D08D4 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB138212-
CMYK0.940.9600.17
HSL241.47º92.73%43.14%-
HSV(B)241.47º96.23%83.14%-
XYZ12.145.0162.62-
YUV32.75229.16113.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.58%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 212 (83.20% from 255) = 90.99%
R=5.58%
G=3.43%
B=90.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382120.940.9600.17241.4792.7343.14
HexD8D45E60011f15d2b
Octal151032413614002136113553
Binary110110001101010010111101100000010001111100011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D08D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D08D4; }

 p { color: rgb(13,8,212); }

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

<style>
 a { background-color: #0D08D4; }

 a { background-color: rgb(13,8,212); }

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

<style>
 span { border-color: #0D08D4; }

 span { border-color: rgb(13,8,212); }

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