Html Css Color HEX #3090DC Summer Sky

📋 copy color: '#3090DC'

red 48 ◦ green 144 ◦ blue 220

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

Shades of Summer Sky #3090DC

Tints of Summer Sky #3090DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

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

R = 11.65%
G = 34.95%
B = 53.4%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3090DC (or 0x3090DC) is known color: Summer Sky. HEX triplet: 30, 90 and DC. RGB value is (48,144,220). Sum of RGB (Red+Green+Blue) = 48+144+220=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #3090DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090DC is #CF6F23. Grayscale: #7B7B7B. Windows color (decimal): -13594404 or 14454832. OLE color: 14454832.

HSL color Cylindrical-coordinate representation of color #3090DC: hue angle of 206.51º 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 #3090DC is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 144 220 -
CMYK 0.78 0.35 0 0.14
HSL 206.51º 0.71% 0.53% -
HSV(B) 206.51º 0.78% 0.86% -
XYZ 24.11 25.74 71.41 -
YUV 123.96 182.2 73.82 -
System Red Green Blue C M Y K H S L
Decimal 48 144 220 0.78 0.35 0 0.14 206.51 0.71 0.53
Hex 30 90 DC 4E 23 0 E CF 47 35
Octal 60 220 334 116 43 0 16 317 107 65
Binary 110000 10010000 11011100 1001110 100011 0 1110 11001111 1000111 110101

Color Harmonies of #3090DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3090DC

Black with #3090DC

Text Example


Text Example

White with #3090DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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