#1D4285

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

Shades of Fun Blue #1D4285

Tints of Fun Blue #1D4285

Color information

#1D4285 (or 0x1D4285) is unknown color: approx Fun Blue. HEX triplet: 1D, 42 and 85. RGB value is (29,66,133). Sum of RGB (Red+Green+Blue) = 29+66+133=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D4285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4285 is #E2BD7A. Grayscale: #3E3E3E. Windows color (decimal): -14859643 or 8733213. OLE color: 8733213.

HSL color Cylindrical-coordinate representation of color #1D4285: hue angle of 218.65º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4285 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2966133-
CMYK0.780.5000.48
HSL218.65º64.2%31.76%-
HSV(B)218.65º78.2%52.16%-
XYZ6.695.8522.97-
YUV62.58167.74104.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.72%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 133 (52.34% from 255) = 58.33%
R=12.72%
G=28.95%
B=58.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29661330.780.5000.48218.6564.231.76
Hex1D42854E32030db4020
Octal351022051166206033310040
Binary1110110000101000010110011101100100110000110110111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,133); }

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

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

 a { background-color: rgb(29,66,133); }

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

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

 span { border-color: rgb(29,66,133); }

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