Html Css Color HEX #3094DC Summer Sky

📋 copy color: '#3094DC'

red 48 ◦ green 148 ◦ blue 220

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

Shades of Summer Sky #3094DC

Tints of Summer Sky #3094DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 11.54%
G = 35.58%
B = 52.88%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3094DC (or 0x3094DC) is known color: Summer Sky. HEX triplet: 30, 94 and DC. RGB value is (48,148,220). Sum of RGB (Red+Green+Blue) = 48+148+220=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #3094DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3094DC is #CF6B23. Grayscale: #7D7D7D. Windows color (decimal): -13593380 or 14455856. OLE color: 14455856.

HSL color Cylindrical-coordinate representation of color #3094DC: hue angle of 205.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3094DC is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 148 220 -
CMYK 0.78 0.33 0 0.14
HSL 205.12º 0.71% 0.53% -
HSV(B) 205.12º 0.78% 0.86% -
XYZ 24.73 26.98 71.61 -
YUV 126.31 180.87 72.15 -
System Red Green Blue C M Y K H S L
Decimal 48 148 220 0.78 0.33 0 0.14 205.12 0.71 0.53
Hex 30 94 DC 4E 21 0 E CD 47 35
Octal 60 224 334 116 41 0 16 315 107 65
Binary 110000 10010100 11011100 1001110 100001 0 1110 11001101 1000111 110101

Color Harmonies of #3094DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3094DC

Black with #3094DC

Text Example


Text Example

White with #3094DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3094DC; }

 p { color: rgb(48,148,220); }

 H1.HeaderClassName
 {
   color: #3094DC;
 }
 .AnyTagClassName
 {
   color: #3094DC;
 }
</style>

background-color css

<style>
 a { background-color: #3094DC; }

 a { background-color: rgb(48,148,220); }

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

border-color css

<style>
 span { border-color: #3094DC; }

 span { border-color: rgb(48,148,220); }

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