#001DFA

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

Shades of Blue #001DFA

Tints of Blue #001DFA

Color information

#001DFA (or 0x001DFA) is unknown color: approx Blue. HEX triplet: 00, 1D and FA. RGB value is (0,29,250). Sum of RGB (Red+Green+Blue) = 0+29+250=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #001DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001DFA is #FFE205. Grayscale: #2C2C2C. Windows color (decimal): -16769542 or 16391424. OLE color: 16391424.

HSL color Cylindrical-coordinate representation of color #001DFA: hue angle of 233.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DFA is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB029250-
CMYK10.8800.02
HSL233.04º100%49.02%-
HSV(B)233.04º100%98.04%-
XYZ17.697.7891.01-
YUV45.52243.3995.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 250 (98.05% from 255) = 89.61%
R=0%
G=10.39%
B=89.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal02925010.8800.02233.0410049.02
Hex01DFA645802e96431
Octal0353721441300235114461
Binary0111011111101011001001011000010111010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001DFA; }

 p { color: rgb(0,29,250); }

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

<style>
 a { background-color: #001DFA; }

 a { background-color: rgb(0,29,250); }

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

<style>
 span { border-color: #001DFA; }

 span { border-color: rgb(0,29,250); }

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