Html Css Color HEX #1F9ADD Summer Sky

📋 copy color: '#1F9ADD'

red 31 ◦ green 154 ◦ blue 221

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

Shades of Summer Sky #1F9ADD

Tints of Summer Sky #1F9ADD

RGB

 RED value IS 31 (12.5% from 255) = 7.64%

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

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

R = 7.64%
G = 37.93%
B = 54.43%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F9ADD (or 0x1F9ADD) is known color: Summer Sky. HEX triplet: 1F, 9A and DD. RGB value is (31,154,221). Sum of RGB (Red+Green+Blue) = 31+154+221=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F9ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9ADD is #E06522. Grayscale: #7C7C7C. Windows color (decimal): -14705955 or 14522911. OLE color: 14522911.

HSL color Cylindrical-coordinate representation of color #1F9ADD: hue angle of 201.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9ADD is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 154 221 -
CMYK 0.86 0.30 0 0.13
HSL 201.16º 0.75% 0.49% -
HSV(B) 201.16º 0.86% 0.87% -
XYZ 25.17 28.62 72.6 -
YUV 124.86 182.25 61.05 -
System Red Green Blue C M Y K H S L
Decimal 31 154 221 0.86 0.30 0 0.13 201.16 0.75 0.49
Hex 1F 9A DD 56 1E 0 D C9 4B 31
Octal 37 232 335 126 36 0 15 311 113 61
Binary 11111 10011010 11011101 1010110 11110 0 1101 11001001 1001011 110001

Color Harmonies of #1F9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9ADD

Black with #1F9ADD

Text Example


Text Example

White with #1F9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F9ADD; }

 p { color: rgb(31,154,221); }

 H1.HeaderClassName
 {
   color: #1F9ADD;
 }
 .AnyTagClassName
 {
   color: #1F9ADD;
 }
</style>

background-color css

<style>
 a { background-color: #1F9ADD; }

 a { background-color: rgb(31,154,221); }

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

border-color css

<style>
 span { border-color: #1F9ADD; }

 span { border-color: rgb(31,154,221); }

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