Html Css Color HEX #249FDD Summer Sky

📋 copy color: '#249FDD'

red 36 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #249FDD

Tints of Summer Sky #249FDD

RGB

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

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

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

R = 8.65%
G = 38.22%
B = 53.13%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#249FDD (or 0x249FDD) is known color: Summer Sky. HEX triplet: 24, 9F and DD. RGB value is (36,159,221). Sum of RGB (Red+Green+Blue) = 36+159+221=416 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.65% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #249FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FDD is #DB6022. Grayscale: #808080. Windows color (decimal): -14376995 or 14524196. OLE color: 14524196.

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

Color convert

RGB 36 159 221 -
CMYK 0.84 0.28 0 0.13
HSL 200.11º 0.73% 0.5% -
HSV(B) 200.11º 0.84% 0.87% -
XYZ 26.18 30.39 72.89 -
YUV 129.29 179.75 61.46 -
System Red Green Blue C M Y K H S L
Decimal 36 159 221 0.84 0.28 0 0.13 200.11 0.73 0.5
Hex 24 9F DD 54 1C 0 D C8 49 32
Octal 44 237 335 124 34 0 15 310 111 62
Binary 100100 10011111 11011101 1010100 11100 0 1101 11001000 1001001 110010

Color Harmonies of #249FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FDD

Black with #249FDD

Text Example


Text Example

White with #249FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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