#000DFF

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

Shades of Blue #000DFF

Tints of Blue #000DFF

Color information

#000DFF (or 0x000DFF) is unknown color: approx Blue. HEX triplet: 00, 0D and FF. RGB value is (0,13,255). Sum of RGB (Red+Green+Blue) = 0+13+255=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 255 (100% from 255 or 95.15% from 268); Max value from RGB is 255 - color contains mainly: blue. Hex color #000DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000DFF is #FFF200. Grayscale: #232323. Windows color (decimal): -16773633 or 16715008. OLE color: 16715008.

HSL color Cylindrical-coordinate representation of color #000DFF: hue angle of 236.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DFF is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB013255-
CMYK10.9500
HSL236.94º100%50%-
HSV(B)236.94º100%100%-
XYZ18.197.5195.1-
YUV36.7251.19101.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 255 (100% from 255) = 95.15%
R=0%
G=4.85%
B=95.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal01325510.9500236.9410050
Hex0DFF645F00ed6432
Octal0153771441370035514462
Binary01101111111111100100101111100111011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000DFF; }

 p { color: rgb(0,13,255); }

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

<style>
 a { background-color: #000DFF; }

 a { background-color: rgb(0,13,255); }

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

<style>
 span { border-color: #000DFF; }

 span { border-color: rgb(0,13,255); }

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