#2D8FC6

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

Shades of Curious Blue #2D8FC6

Tints of Curious Blue #2D8FC6

Color information

#2D8FC6 (or 0x2D8FC6) is unknown color: approx Curious Blue. HEX triplet: 2D, 8F and C6. RGB value is (45,143,198). Sum of RGB (Red+Green+Blue) = 45+143+198=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D8FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8FC6 is #D27039. Grayscale: #777777. Windows color (decimal): -13791290 or 13012781. OLE color: 13012781.

HSL color Cylindrical-coordinate representation of color #2D8FC6: hue angle of 201.57º 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 #2D8FC6 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB45143198-
CMYK0.770.2800.22
HSL201.57º62.96%47.65%-
HSV(B)201.57º77.27%77.65%-
XYZ21.124.2857-
YUV119.97172.0374.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.66%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=11.66%
G=37.05%
B=51.30%

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
Decimal451431980.770.2800.22201.5762.9647.65
Hex2D8FC64D1C016ca3f30
Octal55217306115340263127760
Binary101101100011111100011010011011110001011011001010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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