Html Css Color HEX #2480BB Curious Blue

📋 copy color: '#2480BB'

red 36 ◦ green 128 ◦ blue 187

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

Shades of Curious Blue #2480BB

Tints of Curious Blue #2480BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.28%

R = 10.26%
G = 36.47%
B = 53.28%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2480BB (or 0x2480BB) is known color: Curious Blue. HEX triplet: 24, 80 and BB. RGB value is (36,128,187). Sum of RGB (Red+Green+Blue) = 36+128+187=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #2480BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480BB is #DB7F44. Grayscale: #6A6A6A. Windows color (decimal): -14384965 or 12288036. OLE color: 12288036.

HSL color Cylindrical-coordinate representation of color #2480BB: hue angle of 203.44º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2480BB is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 128 187 -
CMYK 0.81 0.32 0 0.27
HSL 203.44º 0.68% 0.44% -
HSV(B) 203.44º 0.81% 0.73% -
XYZ 17.42 19.4 49.84 -
YUV 107.22 173.02 77.2 -
System Red Green Blue C M Y K H S L
Decimal 36 128 187 0.81 0.32 0 0.27 203.44 0.68 0.44
Hex 24 80 BB 51 20 0 1B CB 44 2C
Octal 44 200 273 121 40 0 33 313 104 54
Binary 100100 10000000 10111011 1010001 100000 0 11011 11001011 1000100 101100

Color Harmonies of #2480BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2480BB

Black with #2480BB

Text Example


Text Example

White with #2480BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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