Html Css Color HEX #2480B1 Curious Blue

📋 copy color: '#2480B1'

red 36 ◦ green 128 ◦ blue 177

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

Shades of Curious Blue #2480B1

Tints of Curious Blue #2480B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 51.91%

R = 10.56%
G = 37.54%
B = 51.91%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2480B1 (or 0x2480B1) is known color: Curious Blue. HEX triplet: 24, 80 and B1. RGB value is (36,128,177). Sum of RGB (Red+Green+Blue) = 36+128+177=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #2480B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2480B1 is #DB7F4E. Grayscale: #696969. Windows color (decimal): -14384975 or 11632676. OLE color: 11632676.

HSL color Cylindrical-coordinate representation of color #2480B1: hue angle of 200.85º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2480B1 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 128 177 -
CMYK 0.80 0.28 0 0.31
HSL 200.85º 0.66% 0.42% -
HSV(B) 200.85º 0.8% 0.69% -
XYZ 16.38 18.99 44.4 -
YUV 106.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 36 128 177 0.80 0.28 0 0.31 200.85 0.66 0.42
Hex 24 80 B1 50 1C 0 1F C9 42 2A
Octal 44 200 261 120 34 0 37 311 102 52
Binary 100100 10000000 10110001 1010000 11100 0 11111 11001001 1000010 101010

Color Harmonies of #2480B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2480B1

Black with #2480B1

Text Example


Text Example

White with #2480B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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