#2480C2

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

Shades of Curious Blue #2480C2

Tints of Curious Blue #2480C2

Color information

#2480C2 (or 0x2480C2) is unknown color: approx Curious Blue. HEX triplet: 24, 80 and C2. RGB value is (36,128,194). Sum of RGB (Red+Green+Blue) = 36+128+194=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 194 (76.17% from 255 or 54.19% from 358); Max value from RGB is 194 - color contains mainly: blue. Hex color #2480C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480C2 is #DB7F3D. Grayscale: #6B6B6B. Windows color (decimal): -14384958 or 12746788. OLE color: 12746788.

HSL color Cylindrical-coordinate representation of color #2480C2: hue angle of 205.06º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2480C2 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB36128194-
CMYK0.810.3400.24
HSL205.06º68.7%45.1%-
HSV(B)205.06º81.44%76.08%-
XYZ18.1819.7153.88-
YUV108.02176.5276.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.06%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 194 (76.17% from 255) = 54.19%
R=10.06%
G=35.75%
B=54.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal361281940.810.3400.24205.0668.745.1
Hex2480C25122018cd452d
Octal442003021214203031510555
Binary10010010000000110000101010001100010011000110011011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2480C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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