#2680BD

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

Shades of Curious Blue #2680BD

Tints of Curious Blue #2680BD

Color information

#2680BD (or 0x2680BD) is unknown color: approx Curious Blue. HEX triplet: 26, 80 and BD. RGB value is (38,128,189). Sum of RGB (Red+Green+Blue) = 38+128+189=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #2680BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680BD is #D97F42. Grayscale: #6B6B6B. Windows color (decimal): -14253891 or 12419110. OLE color: 12419110.

HSL color Cylindrical-coordinate representation of color #2680BD: hue angle of 204.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2680BD is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38128189-
CMYK0.800.3200.26
HSL204.24º66.52%44.51%-
HSV(B)204.24º79.89%74.12%-
XYZ17.719.5250.98-
YUV108.04173.6878.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.70%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=10.70%
G=36.06%
B=53.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381281890.800.3200.26204.2466.5244.51
Hex2680BD502001Acc432d
Octal462002751204003231410355
Binary10011010000000101111011010000100000011010110011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2680BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2680BD; }

 p { color: rgb(38,128,189); }

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

<style>
 a { background-color: #2680BD; }

 a { background-color: rgb(38,128,189); }

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

<style>
 span { border-color: #2680BD; }

 span { border-color: rgb(38,128,189); }

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