Html Css Color HEX #3099DD Summer Sky

📋 copy color: '#3099DD'

red 48 ◦ green 153 ◦ blue 221

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

Shades of Summer Sky #3099DD

Tints of Summer Sky #3099DD

RGB

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

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

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

R = 11.37%
G = 36.26%
B = 52.37%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3099DD (or 0x3099DD) is known color: Summer Sky. HEX triplet: 30, 99 and DD. RGB value is (48,153,221). Sum of RGB (Red+Green+Blue) = 48+153+221=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #3099DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3099DD is #CF6622. Grayscale: #808080. Windows color (decimal): -13592099 or 14522672. OLE color: 14522672.

HSL color Cylindrical-coordinate representation of color #3099DD: hue angle of 203.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3099DD is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 153 221 -
CMYK 0.78 0.31 0 0.13
HSL 203.58º 0.72% 0.53% -
HSV(B) 203.58º 0.78% 0.87% -
XYZ 25.66 28.63 72.58 -
YUV 129.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 48 153 221 0.78 0.31 0 0.13 203.58 0.72 0.53
Hex 30 99 DD 4E 1F 0 D CC 48 35
Octal 60 231 335 116 37 0 15 314 110 65
Binary 110000 10011001 11011101 1001110 11111 0 1101 11001100 1001000 110101

Color Harmonies of #3099DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3099DD

Black with #3099DD

Text Example


Text Example

White with #3099DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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