#2A8CD9

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

Shades of Curious Blue #2A8CD9

Tints of Curious Blue #2A8CD9

Color information

#2A8CD9 (or 0x2A8CD9) is unknown color: approx Curious Blue. HEX triplet: 2A, 8C and D9. RGB value is (42,140,217). Sum of RGB (Red+Green+Blue) = 42+140+217=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 217 (85.16% from 255 or 54.39% from 399); Max value from RGB is 217 - color contains mainly: blue. Hex color #2A8CD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8CD9 is #D57326. Grayscale: #777777. Windows color (decimal): -13988647 or 14257194. OLE color: 14257194.

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

Color convert

RGB42140217-
CMYK0.810.3500.15
HSL206.4º69.72%50.78%-
HSV(B)206.4º80.65%85.1%-
XYZ22.8624.2669.12-
YUV119.48183.0372.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.53%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 217 (85.16% from 255) = 54.39%
R=10.53%
G=35.09%
B=54.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal421402170.810.3500.15206.469.7250.78
Hex2A8CD951230Fce4633
Octal522143311214301731610663
Binary1010101000110011011001101000110001101111110011101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,140,217); }

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

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

 a { background-color: rgb(42,140,217); }

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

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

 span { border-color: rgb(42,140,217); }

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