#1D00FA

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

Shades of Blue #1D00FA

Tints of Blue #1D00FA

Color information

#1D00FA (or 0x1D00FA) is unknown color: approx Blue. HEX triplet: 1D, 00 and FA. RGB value is (29,0,250). Sum of RGB (Red+Green+Blue) = 29+0+250=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 0 (0.39% from 255 or 0% 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 #1D00FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D00FA is #E2FF05. Grayscale: #242424. Windows color (decimal): -14876422 or 16384029. OLE color: 16384029.

HSL color Cylindrical-coordinate representation of color #1D00FA: hue angle of 246.96º 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 #1D00FA is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB290250-
CMYK0.88100.02
HSL246.96º100%49.02%-
HSV(B)246.96º100%98.04%-
XYZ17.767.1690.89-
YUV37.17248.11122.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2902500.88100.02246.9610049.02
Hex1D0FA586402f76431
Octal3503721301440236714461
Binary1110101111101010110001100100010111101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D00FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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