Html Css Color HEX #2480CE Curious Blue

📋 copy color: '#2480CE'

red 36 ◦ green 128 ◦ blue 206

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

Shades of Curious Blue #2480CE

Tints of Curious Blue #2480CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 9.73%
G = 34.59%
B = 55.68%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2480CE (or 0x2480CE) is known color: Curious Blue. HEX triplet: 24, 80 and CE. RGB value is (36,128,206). Sum of RGB (Red+Green+Blue) = 36+128+206=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #2480CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480CE is #DB7F31. Grayscale: #6C6C6C. Windows color (decimal): -14384946 or 13533220. OLE color: 13533220.

HSL color Cylindrical-coordinate representation of color #2480CE: hue angle of 207.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2480CE is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 128 206 -
CMYK 0.83 0.38 0 0.19
HSL 207.53º 0.7% 0.47% -
HSV(B) 207.53º 0.83% 0.81% -
XYZ 19.59 20.27 61.27 -
YUV 109.38 182.52 75.66 -
System Red Green Blue C M Y K H S L
Decimal 36 128 206 0.83 0.38 0 0.19 207.53 0.7 0.47
Hex 24 80 CE 53 26 0 13 D0 46 2F
Octal 44 200 316 123 46 0 23 320 106 57
Binary 100100 10000000 11001110 1010011 100110 0 10011 11010000 1000110 101111

Color Harmonies of #2480CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2480CE

Black with #2480CE

Text Example


Text Example

White with #2480CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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