Html Css Color HEX #249ADC Summer Sky

📋 copy color: '#249ADC'

red 36 ◦ green 154 ◦ blue 220

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

Shades of Summer Sky #249ADC

Tints of Summer Sky #249ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 8.78%
G = 37.56%
B = 53.66%

CMYK

 C value IS 0.84

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#249ADC (or 0x249ADC) is known color: Summer Sky. HEX triplet: 24, 9A and DC. RGB value is (36,154,220). Sum of RGB (Red+Green+Blue) = 36+154+220=410 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.78% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #249ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ADC is #DB6523. Grayscale: #7D7D7D. Windows color (decimal): -14378276 or 14457380. OLE color: 14457380.

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

Color convert

RGB 36 154 220 -
CMYK 0.84 0.3 0 0.14
HSL 201.52º 0.72% 0.5% -
HSV(B) 201.52º 0.84% 0.86% -
XYZ 25.2 28.65 71.91 -
YUV 126.24 180.91 63.63 -
System Red Green Blue C M Y K H S L
Decimal 36 154 220 0.84 0.3 0 0.14 201.52 0.72 0.5
Hex 24 9A DC 54 1E 0 E CA 48 32
Octal 44 232 334 124 36 0 16 312 110 62
Binary 100100 10011010 11011100 1010100 11110 0 1110 11001010 1001000 110010

Color Harmonies of #249ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ADC

Black with #249ADC

Text Example


Text Example

White with #249ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,154,220); }

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

background-color css

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

 a { background-color: rgb(36,154,220); }

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

border-color css

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

 span { border-color: rgb(36,154,220); }

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