Html Css Color HEX #1F9DDB Summer Sky

📋 copy color: '#1F9DDB'

red 31 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #1F9DDB

Tints of Summer Sky #1F9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.57%

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

R = 7.62%
G = 38.57%
B = 53.81%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F9DDB (or 0x1F9DDB) is known color: Summer Sky. HEX triplet: 1F, 9D and DB. RGB value is (31,157,219). Sum of RGB (Red+Green+Blue) = 31+157+219=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F9DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9DDB is #E06224. Grayscale: #7E7E7E. Windows color (decimal): -14705189 or 14392607. OLE color: 14392607.

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

Color convert

RGB 31 157 219 -
CMYK 0.86 0.28 0 0.14
HSL 199.79º 0.75% 0.49% -
HSV(B) 199.79º 0.86% 0.86% -
XYZ 25.41 29.52 71.38 -
YUV 126.39 180.26 59.96 -
System Red Green Blue C M Y K H S L
Decimal 31 157 219 0.86 0.28 0 0.14 199.79 0.75 0.49
Hex 1F 9D DB 56 1C 0 E C8 4B 31
Octal 37 235 333 126 34 0 16 310 113 61
Binary 11111 10011101 11011011 1010110 11100 0 1110 11001000 1001011 110001

Color Harmonies of #1F9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9DDB

Black with #1F9DDB

Text Example


Text Example

White with #1F9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,157,219); }

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

background-color css

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

 a { background-color: rgb(31,157,219); }

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

border-color css

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

 span { border-color: rgb(31,157,219); }

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