#0D1DED

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

Shades of Blue #0D1DED

Tints of Blue #0D1DED

Color information

#0D1DED (or 0x0D1DED) is unknown color: approx Blue. HEX triplet: 0D, 1D and ED. RGB value is (13,29,237). Sum of RGB (Red+Green+Blue) = 13+29+237=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 237 (92.97% from 255 or 84.95% from 279); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D1DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1DED is #F2E212. Grayscale: #2F2F2F. Windows color (decimal): -15917587 or 15539469. OLE color: 15539469.

HSL color Cylindrical-coordinate representation of color #0D1DED: hue angle of 235.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D1DED is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1329237-
CMYK0.950.8800.07
HSL235.71º89.6%49.02%-
HSV(B)235.71º94.51%92.94%-
XYZ15.897.0880.65-
YUV47.93234.7103.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 237 (92.97% from 255) = 84.95%
R=4.66%
G=10.39%
B=84.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13292370.950.8800.07235.7189.649.02
HexD1DED5F5807ec5a31
Octal15353551371300735413261
Binary11011110111101101101111110110000111111011001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,29,237); }

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

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

 a { background-color: rgb(13,29,237); }

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

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

 span { border-color: rgb(13,29,237); }

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