#2D8DDA

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

Shades of Curious Blue #2D8DDA

Tints of Curious Blue #2D8DDA

Color information

#2D8DDA (or 0x2D8DDA) is unknown color: approx Curious Blue. HEX triplet: 2D, 8D and DA. RGB value is (45,141,218). Sum of RGB (Red+Green+Blue) = 45+141+218=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D8DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8DDA is #D27225. Grayscale: #787878. Windows color (decimal): -13791782 or 14322989. OLE color: 14322989.

HSL color Cylindrical-coordinate representation of color #2D8DDA: hue angle of 206.71º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D8DDA is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB45141218-
CMYK0.790.3500.15
HSL206.71º70.04%51.57%-
HSV(B)206.71º79.36%85.49%-
XYZ23.2624.6769.87-
YUV121.07182.773.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.14%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 218 (85.55% from 255) = 53.96%
R=11.14%
G=34.90%
B=53.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal451412180.790.3500.15206.7170.0451.57
Hex2D8DDA4F230Fcf4634
Octal552153321174301731710664
Binary1011011000110111011010100111110001101111110011111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,141,218); }

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

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

 a { background-color: rgb(45,141,218); }

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

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

 span { border-color: rgb(45,141,218); }

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