Html Css Color HEX #3095DD Summer Sky

📋 copy color: '#3095DD'

red 48 ◦ green 149 ◦ blue 221

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

Shades of Summer Sky #3095DD

Tints of Summer Sky #3095DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

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

R = 11.48%
G = 35.65%
B = 52.87%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3095DD (or 0x3095DD) is known color: Summer Sky. HEX triplet: 30, 95 and DD. RGB value is (48,149,221). Sum of RGB (Red+Green+Blue) = 48+149+221=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #3095DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3095DD is #CF6A22. Grayscale: #7E7E7E. Windows color (decimal): -13593123 or 14521648. OLE color: 14521648.

HSL color Cylindrical-coordinate representation of color #3095DD: hue angle of 204.97º 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 #3095DD is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 149 221 -
CMYK 0.78 0.33 0 0.13
HSL 204.97º 0.72% 0.53% -
HSV(B) 204.97º 0.78% 0.87% -
XYZ 25.02 27.34 72.37 -
YUV 127.01 181.04 71.65 -
System Red Green Blue C M Y K H S L
Decimal 48 149 221 0.78 0.33 0 0.13 204.97 0.72 0.53
Hex 30 95 DD 4E 21 0 D CD 48 35
Octal 60 225 335 116 41 0 15 315 110 65
Binary 110000 10010101 11011101 1001110 100001 0 1101 11001101 1001000 110101

Color Harmonies of #3095DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3095DD

Black with #3095DD

Text Example


Text Example

White with #3095DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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