Html Css Color HEX #2480C1 Curious Blue

📋 copy color: '#2480C1'

red 36 ◦ green 128 ◦ blue 193

#2480C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2480C1

Tints of Curious Blue #2480C1

RGB

 RED value IS 36 (14.45% from 255) = 10.08%

 GREEN value IS 128 (50.39% from 255) = 35.85%

 BLUE value IS 193 (75.78% from 255) = 54.06%

R = 10.08%
G = 35.85%
B = 54.06%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2480C1 (or 0x2480C1) is known color: Curious Blue. HEX triplet: 24, 80 and C1. RGB value is (36,128,193). Sum of RGB (Red+Green+Blue) = 36+128+193=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #2480C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480C1 is #DB7F3E. Grayscale: #6B6B6B. Windows color (decimal): -14384959 or 12681252. OLE color: 12681252.

HSL color Cylindrical-coordinate representation of color #2480C1: hue angle of 204.84º 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 #2480C1 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 128 193 -
CMYK 0.81 0.34 0 0.24
HSL 204.84º 0.69% 0.45% -
HSV(B) 204.84º 0.81% 0.76% -
XYZ 18.07 19.66 53.3 -
YUV 107.9 176.02 76.71 -
System Red Green Blue C M Y K H S L
Decimal 36 128 193 0.81 0.34 0 0.24 204.84 0.69 0.45
Hex 24 80 C1 51 22 0 18 CD 45 2D
Octal 44 200 301 121 42 0 30 315 105 55
Binary 100100 10000000 11000001 1010001 100010 0 11000 11001101 1000101 101101

Color Harmonies of #2480C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2480C1

Black with #2480C1

Text Example


Text Example

White with #2480C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2480C1;
 }
 .AnyTagClassName
 {
   color: #2480C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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