Html Css Color HEX #2499DD Summer Sky

📋 copy color: '#2499DD'

red 36 ◦ green 153 ◦ blue 221

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

Shades of Summer Sky #2499DD

Tints of Summer Sky #2499DD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.32%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 8.78%
G = 37.32%
B = 53.9%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2499DD (or 0x2499DD) is known color: Summer Sky. HEX triplet: 24, 99 and DD. RGB value is (36,153,221). Sum of RGB (Red+Green+Blue) = 36+153+221=410 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.78% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #2499DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2499DD is #DB6622. Grayscale: #7D7D7D. Windows color (decimal): -14378531 or 14522660. OLE color: 14522660.

HSL color Cylindrical-coordinate representation of color #2499DD: hue angle of 202.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2499DD is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 153 221 -
CMYK 0.84 0.31 0 0.13
HSL 202.05º 0.73% 0.5% -
HSV(B) 202.05º 0.84% 0.87% -
XYZ 25.17 28.38 72.56 -
YUV 125.77 181.74 63.97 -
System Red Green Blue C M Y K H S L
Decimal 36 153 221 0.84 0.31 0 0.13 202.05 0.73 0.5
Hex 24 99 DD 54 1F 0 D CA 49 32
Octal 44 231 335 124 37 0 15 312 111 62
Binary 100100 10011001 11011101 1010100 11111 0 1101 11001010 1001001 110010

Color Harmonies of #2499DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2499DD

Black with #2499DD

Text Example


Text Example

White with #2499DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2499DD; }

 p { color: rgb(36,153,221); }

 H1.HeaderClassName
 {
   color: #2499DD;
 }
 .AnyTagClassName
 {
   color: #2499DD;
 }
</style>

background-color css

<style>
 a { background-color: #2499DD; }

 a { background-color: rgb(36,153,221); }

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

border-color css

<style>
 span { border-color: #2499DD; }

 span { border-color: rgb(36,153,221); }

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