#2480c7

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

Shades of Curious Blue #2480C7

Tints of Curious Blue #2480C7

Color information

#2480C7 (or 0x2480C7) is unknown color: approx Curious Blue. HEX triplet: 24, 80 and C7. RGB value is (36,128,199). Sum of RGB (Red+Green+Blue) = 36+128+199=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #2480C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480C7 is #DB7F38. Grayscale: #6C6C6C. Windows color (decimal): -14384953 or 13074468. OLE color: 13074468.

HSL color Cylindrical-coordinate representation of color #2480C7: hue angle of 206.13º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2480C7 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB36128199-
CMYK0.820.3600.22
HSL206.13º69.36%46.08%-
HSV(B)206.13º81.91%78.04%-
XYZ18.7619.9456.89-
YUV108.59179.0276.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.92%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 199 (78.12% from 255) = 54.82%
R=9.92%
G=35.26%
B=54.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal361281990.820.3600.22206.1369.3646.08
Hex2480C75224016ce452e
Octal442003071224402631610556
Binary10010010000000110001111010010100100010110110011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2480c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2480c7; }

 p { color: rgb(36,128,199); }

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

<style>
 a { background-color: #2480c7; }

 a { background-color: rgb(36,128,199); }

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

<style>
 span { border-color: #2480c7; }

 span { border-color: rgb(36,128,199); }

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