Html Css Color HEX #249DDB Summer Sky

📋 copy color: '#249DDB'

red 36 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #249DDB

Tints of Summer Sky #249DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 8.74%
G = 38.11%
B = 53.16%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#249DDB (or 0x249DDB) is known color: Summer Sky. HEX triplet: 24, 9D and DB. RGB value is (36,157,219). Sum of RGB (Red+Green+Blue) = 36+157+219=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #249DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DDB is #DB6224. Grayscale: #7F7F7F. Windows color (decimal): -14377509 or 14392612. OLE color: 14392612.

HSL color Cylindrical-coordinate representation of color #249DDB: hue angle of 200.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #249DDB is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 157 219 -
CMYK 0.84 0.28 0 0.14
HSL 200.33º 0.72% 0.5% -
HSV(B) 200.33º 0.84% 0.86% -
XYZ 25.57 29.6 71.38 -
YUV 127.89 179.41 62.46 -
System Red Green Blue C M Y K H S L
Decimal 36 157 219 0.84 0.28 0 0.14 200.33 0.72 0.5
Hex 24 9D DB 54 1C 0 E C8 48 32
Octal 44 235 333 124 34 0 16 310 110 62
Binary 100100 10011101 11011011 1010100 11100 0 1110 11001000 1001000 110010

Color Harmonies of #249DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DDB

Black with #249DDB

Text Example


Text Example

White with #249DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249DDB; }

 p { color: rgb(36,157,219); }

 H1.HeaderClassName
 {
   color: #249DDB;
 }
 .AnyTagClassName
 {
   color: #249DDB;
 }
</style>

background-color css

<style>
 a { background-color: #249DDB; }

 a { background-color: rgb(36,157,219); }

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

border-color css

<style>
 span { border-color: #249DDB; }

 span { border-color: rgb(36,157,219); }

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