#1D00F4

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

Shades of Blue #1D00F4

Tints of Blue #1D00F4

Color information

#1D00F4 (or 0x1D00F4) is unknown color: approx Blue. HEX triplet: 1D, 00 and F4. RGB value is (29,0,244). Sum of RGB (Red+Green+Blue) = 29+0+244=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 244 (95.70% from 255 or 89.38% from 273); Max value from RGB is 244 - color contains mainly: blue. Hex color #1D00F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D00F4 is #E2FF0B. Grayscale: #232323. Windows color (decimal): -14876428 or 15990813. OLE color: 15990813.

HSL color Cylindrical-coordinate representation of color #1D00F4: hue angle of 247.13º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D00F4 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB290244-
CMYK0.88100.04
HSL247.13º100%47.84%-
HSV(B)247.13º100%95.69%-
XYZ16.846.7986.01-
YUV36.49245.11122.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 244 (95.70% from 255) = 89.38%
R=10.62%
G=0%
B=89.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2902440.88100.04247.1310047.84
Hex1D0F4586404f76430
Octal3503641301440436714460
Binary11101011110100101100011001000100111101111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D00F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D00F4; }

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

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

<style>
 a { background-color: #1D00F4; }

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

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

<style>
 span { border-color: #1D00F4; }

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

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