Html Css Color HEX #249FDB Summer Sky

📋 copy color: '#249FDB'

red 36 ◦ green 159 ◦ blue 219

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

Shades of Summer Sky #249FDB

Tints of Summer Sky #249FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

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

R = 8.7%
G = 38.41%
B = 52.9%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#249FDB (or 0x249FDB) is known color: Summer Sky. HEX triplet: 24, 9F and DB. RGB value is (36,159,219). Sum of RGB (Red+Green+Blue) = 36+159+219=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #249FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FDB is #DB6024. Grayscale: #808080. Windows color (decimal): -14376997 or 14393124. OLE color: 14393124.

HSL color Cylindrical-coordinate representation of color #249FDB: hue angle of 199.67º 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 #249FDB is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 159 219 -
CMYK 0.84 0.27 0 0.14
HSL 199.67º 0.72% 0.5% -
HSV(B) 199.67º 0.84% 0.86% -
XYZ 25.91 30.29 71.5 -
YUV 129.06 178.75 61.62 -
System Red Green Blue C M Y K H S L
Decimal 36 159 219 0.84 0.27 0 0.14 199.67 0.72 0.5
Hex 24 9F DB 54 1B 0 E C8 48 32
Octal 44 237 333 124 33 0 16 310 110 62
Binary 100100 10011111 11011011 1010100 11011 0 1110 11001000 1001000 110010

Color Harmonies of #249FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FDB

Black with #249FDB

Text Example


Text Example

White with #249FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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