Html Css Color HEX #249EDD Summer Sky

📋 copy color: '#249EDD'

red 36 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #249EDD

Tints of Summer Sky #249EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.07%

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

R = 8.67%
G = 38.07%
B = 53.25%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#249EDD (or 0x249EDD) is known color: Summer Sky. HEX triplet: 24, 9E and DD. RGB value is (36,158,221). Sum of RGB (Red+Green+Blue) = 36+158+221=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #249EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249EDD is #DB6122. Grayscale: #808080. Windows color (decimal): -14377251 or 14523940. OLE color: 14523940.

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

Color convert

RGB 36 158 221 -
CMYK 0.84 0.29 0 0.13
HSL 200.43º 0.73% 0.5% -
HSV(B) 200.43º 0.84% 0.87% -
XYZ 26.01 30.05 72.84 -
YUV 128.7 180.08 61.88 -
System Red Green Blue C M Y K H S L
Decimal 36 158 221 0.84 0.29 0 0.13 200.43 0.73 0.5
Hex 24 9E DD 54 1D 0 D C8 49 32
Octal 44 236 335 124 35 0 15 310 111 62
Binary 100100 10011110 11011101 1010100 11101 0 1101 11001000 1001001 110010

Color Harmonies of #249EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EDD

Black with #249EDD

Text Example


Text Example

White with #249EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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