#2C8BDA

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

Shades of Curious Blue #2C8BDA

Tints of Curious Blue #2C8BDA

Color information

#2C8BDA (or 0x2C8BDA) is unknown color: approx Curious Blue. HEX triplet: 2C, 8B and DA. RGB value is (44,139,218). Sum of RGB (Red+Green+Blue) = 44+139+218=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C8BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8BDA is #D37425. Grayscale: #777777. Windows color (decimal): -13857830 or 14322476. OLE color: 14322476.

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

Color convert

RGB44139218-
CMYK0.800.3600.15
HSL207.24º70.16%51.37%-
HSV(B)207.24º79.82%85.49%-
XYZ22.9324.0669.77-
YUV119.6183.5374.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.97%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 218 (85.55% from 255) = 54.36%
R=10.97%
G=34.66%
B=54.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal441392180.800.3600.15207.2470.1651.37
Hex2C8BDA50240Fcf4633
Octal542133321204401731710663
Binary1011001000101111011010101000010010001111110011111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,139,218); }

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

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

 a { background-color: rgb(44,139,218); }

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

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

 span { border-color: rgb(44,139,218); }

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