Html Css Color HEX #2480C6 Curious Blue

📋 copy color: '#2480C6'

red 36 ◦ green 128 ◦ blue 198

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

Shades of Curious Blue #2480C6

Tints of Curious Blue #2480C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.7%

R = 9.94%
G = 35.36%
B = 54.7%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2480C6 (or 0x2480C6) is known color: Curious Blue. HEX triplet: 24, 80 and C6. RGB value is (36,128,198). Sum of RGB (Red+Green+Blue) = 36+128+198=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #2480C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480C6 is #DB7F39. Grayscale: #6C6C6C. Windows color (decimal): -14384954 or 13008932. OLE color: 13008932.

HSL color Cylindrical-coordinate representation of color #2480C6: hue angle of 205.93º 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 #2480C6 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 128 198 -
CMYK 0.82 0.35 0 0.22
HSL 205.93º 0.69% 0.46% -
HSV(B) 205.93º 0.82% 0.78% -
XYZ 18.64 19.89 56.28 -
YUV 108.47 178.52 76.31 -
System Red Green Blue C M Y K H S L
Decimal 36 128 198 0.82 0.35 0 0.22 205.93 0.69 0.46
Hex 24 80 C6 52 23 0 16 CE 45 2E
Octal 44 200 306 122 43 0 26 316 105 56
Binary 100100 10000000 11000110 1010010 100011 0 10110 11001110 1000101 101110

Color Harmonies of #2480C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2480C6

Black with #2480C6

Text Example


Text Example

White with #2480C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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