Html Css Color HEX #3099DB Summer Sky

📋 copy color: '#3099DB'

red 48 ◦ green 153 ◦ blue 219

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

Shades of Summer Sky #3099DB

Tints of Summer Sky #3099DB

RGB

 RED value IS 48 (19.14% from 255) = 11.43%

 GREEN value IS 153 (60.16% from 255) = 36.43%

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

R = 11.43%
G = 36.43%
B = 52.14%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3099DB (or 0x3099DB) is known color: Summer Sky. HEX triplet: 30, 99 and DB. RGB value is (48,153,219). Sum of RGB (Red+Green+Blue) = 48+153+219=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #3099DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3099DB is #CF6624. Grayscale: #808080. Windows color (decimal): -13592101 or 14391600. OLE color: 14391600.

HSL color Cylindrical-coordinate representation of color #3099DB: hue angle of 203.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3099DB is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 153 219 -
CMYK 0.78 0.30 0 0.14
HSL 203.16º 0.7% 0.52% -
HSV(B) 203.16º 0.78% 0.86% -
XYZ 25.4 28.53 71.19 -
YUV 129.13 178.71 70.13 -
System Red Green Blue C M Y K H S L
Decimal 48 153 219 0.78 0.30 0 0.14 203.16 0.7 0.52
Hex 30 99 DB 4E 1E 0 E CB 46 34
Octal 60 231 333 116 36 0 16 313 106 64
Binary 110000 10011001 11011011 1001110 11110 0 1110 11001011 1000110 110100

Color Harmonies of #3099DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3099DB

Black with #3099DB

Text Example


Text Example

White with #3099DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3099DB; }

 p { color: rgb(48,153,219); }

 H1.HeaderClassName
 {
   color: #3099DB;
 }
 .AnyTagClassName
 {
   color: #3099DB;
 }
</style>

background-color css

<style>
 a { background-color: #3099DB; }

 a { background-color: rgb(48,153,219); }

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

border-color css

<style>
 span { border-color: #3099DB; }

 span { border-color: rgb(48,153,219); }

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