#2D87D3

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

Shades of Curious Blue #2D87D3

Tints of Curious Blue #2D87D3

Color information

#2D87D3 (or 0x2D87D3) is unknown color: approx Curious Blue. HEX triplet: 2D, 87 and D3. RGB value is (45,135,211). Sum of RGB (Red+Green+Blue) = 45+135+211=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #2D87D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D87D3 is #D2782C. Grayscale: #747474. Windows color (decimal): -13793325 or 13862701. OLE color: 13862701.

HSL color Cylindrical-coordinate representation of color #2D87D3: hue angle of 207.47º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D87D3 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB45135211-
CMYK0.790.3600.17
HSL207.47º65.35%50.2%-
HSV(B)207.47º78.67%82.75%-
XYZ21.522.5964.85-
YUV116.75181.1876.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.51%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 211 (82.81% from 255) = 53.96%
R=11.51%
G=34.53%
B=53.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal451352110.790.3600.17207.4765.3550.2
Hex2D87D34F24011cf4132
Octal552073231174402131710162
Binary10110110000111110100111001111100100010001110011111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D87D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D87D3; }

 p { color: rgb(45,135,211); }

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

<style>
 a { background-color: #2D87D3; }

 a { background-color: rgb(45,135,211); }

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

<style>
 span { border-color: #2D87D3; }

 span { border-color: rgb(45,135,211); }

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