#2680BF

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

Shades of Curious Blue #2680BF

Tints of Curious Blue #2680BF

Color information

#2680BF (or 0x2680BF) is unknown color: approx Curious Blue. HEX triplet: 26, 80 and BF. RGB value is (38,128,191). Sum of RGB (Red+Green+Blue) = 38+128+191=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #2680BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680BF is #D97F40. Grayscale: #6B6B6B. Windows color (decimal): -14253889 or 12550182. OLE color: 12550182.

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

Color convert

RGB38128191-
CMYK0.800.3300.25
HSL204.71º66.81%44.9%-
HSV(B)204.71º80.1%74.9%-
XYZ17.9219.6152.13-
YUV108.27174.6877.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.64%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 191 (75% from 255) = 53.50%
R=10.64%
G=35.85%
B=53.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381281910.800.3300.25204.7166.8144.9
Hex2680BF5021019cd432d
Octal462002771204103131510355
Binary10011010000000101111111010000100001011001110011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2680BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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