#2680CB

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

Shades of Curious Blue #2680CB

Tints of Curious Blue #2680CB

Color information

#2680CB (or 0x2680CB) is unknown color: approx Curious Blue. HEX triplet: 26, 80 and CB. RGB value is (38,128,203). Sum of RGB (Red+Green+Blue) = 38+128+203=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #2680CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680CB is #D97F34. Grayscale: #6D6D6D. Windows color (decimal): -14253877 or 13336614. OLE color: 13336614.

HSL color Cylindrical-coordinate representation of color #2680CB: hue angle of 207.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2680CB is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38128203-
CMYK0.810.3700.20
HSL207.27º68.46%47.25%-
HSV(B)207.27º81.28%79.61%-
XYZ19.320.1659.37-
YUV109.64180.6876.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.30%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=10.30%
G=34.69%
B=55.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381282030.810.3700.20207.2768.4647.25
Hex2680CB5125014cf442f
Octal462003131214502431710457
Binary10011010000000110010111010001100101010100110011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2680CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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