#1D84D0

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

Shades of Curious Blue #1D84D0

Tints of Curious Blue #1D84D0

Color information

#1D84D0 (or 0x1D84D0) is unknown color: approx Curious Blue. HEX triplet: 1D, 84 and D0. RGB value is (29,132,208). Sum of RGB (Red+Green+Blue) = 29+132+208=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D84D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D84D0 is #E27B2F. Grayscale: #6D6D6D. Windows color (decimal): -14842672 or 13665309. OLE color: 13665309.

HSL color Cylindrical-coordinate representation of color #1D84D0: hue angle of 205.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D84D0 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB29132208-
CMYK0.860.3700.18
HSL205.47º75.53%46.47%-
HSV(B)205.47º86.06%81.57%-
XYZ20.1421.3262.73-
YUV109.87183.3870.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.86%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 208 (81.64% from 255) = 56.37%
R=7.86%
G=35.77%
B=56.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291322080.860.3700.18205.4775.5346.47
Hex1D84D05625012cd4c2e
Octal352043201264502231511456
Binary1110110000100110100001010110100101010010110011011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D84D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,132,208); }

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

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

 a { background-color: rgb(29,132,208); }

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

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

 span { border-color: rgb(29,132,208); }

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