#0D07EA

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

Shades of Blue #0D07EA

Tints of Blue #0D07EA

Color information

#0D07EA (or 0x0D07EA) is unknown color: approx Blue. HEX triplet: 0D, 07 and EA. RGB value is (13,7,234). Sum of RGB (Red+Green+Blue) = 13+7+234=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 234 (91.80% from 255 or 92.13% from 254); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D07EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D07EA is #F2F815. Grayscale: #212121. Windows color (decimal): -15923222 or 15337229. OLE color: 15337229.

HSL color Cylindrical-coordinate representation of color #0D07EA: hue angle of 241.59º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D07EA is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137234-
CMYK0.940.9700.08
HSL241.59º94.19%47.25%-
HSV(B)241.59º97.01%91.76%-
XYZ15.096.1878.24-
YUV34.67240.49112.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.12%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 234 (91.80% from 255) = 92.13%
R=5.12%
G=2.76%
B=92.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372340.940.9700.08241.5994.1947.25
HexD7EA5E6108f25e2f
Octal15735213614101036213657
Binary1101111111010101011110110000101000111100101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D07EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,7,234); }

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

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

 a { background-color: rgb(13,7,234); }

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

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

 span { border-color: rgb(13,7,234); }

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