#1D0FE6

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

Shades of Blue #1D0FE6

Tints of Blue #1D0FE6

Color information

#1D0FE6 (or 0x1D0FE6) is unknown color: approx Blue. HEX triplet: 1D, 0F and E6. RGB value is (29,15,230). Sum of RGB (Red+Green+Blue) = 29+15+230=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 230 (90.23% from 255 or 83.94% from 274); Max value from RGB is 230 - color contains mainly: blue. Hex color #1D0FE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0FE6 is #E2F019. Grayscale: #2A2A2A. Windows color (decimal): -14872602 or 15077149. OLE color: 15077149.

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

Color convert

RGB2915230-
CMYK0.870.9300.10
HSL243.91º87.76%48.04%-
HSV(B)243.91º93.48%90.2%-
XYZ14.966.3275.29-
YUV43.7233.14117.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 230 (90.23% from 255) = 83.94%
R=10.58%
G=5.47%
B=83.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal29152300.870.9300.10243.9187.7648.04
Hex1DFE6575D0Af45830
Octal351734612713501236413060
Binary111011111111001101010111101110101010111101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,230); }

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

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

 a { background-color: rgb(29,15,230); }

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

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

 span { border-color: rgb(29,15,230); }

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