#2D8EC6

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

Shades of Curious Blue #2D8EC6

Tints of Curious Blue #2D8EC6

Color information

#2D8EC6 (or 0x2D8EC6) is unknown color: approx Curious Blue. HEX triplet: 2D, 8E and C6. RGB value is (45,142,198). Sum of RGB (Red+Green+Blue) = 45+142+198=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D8EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8EC6 is #D27139. Grayscale: #777777. Windows color (decimal): -13791546 or 13012525. OLE color: 13012525.

HSL color Cylindrical-coordinate representation of color #2D8EC6: hue angle of 201.96º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D8EC6 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB45142198-
CMYK0.770.2800.22
HSL201.96º62.96%47.65%-
HSV(B)201.96º77.27%77.65%-
XYZ20.9523.9856.95-
YUV119.38172.3674.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.69%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 198 (77.73% from 255) = 51.43%
R=11.69%
G=36.88%
B=51.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451421980.770.2800.22201.9662.9647.65
Hex2D8EC64D1C016ca3f30
Octal55216306115340263127760
Binary101101100011101100011010011011110001011011001010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,142,198); }

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

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

 a { background-color: rgb(45,142,198); }

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

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

 span { border-color: rgb(45,142,198); }

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