Html Css Color HEX #309FDC Summer Sky

📋 copy color: '#309FDC'

red 48 ◦ green 159 ◦ blue 220

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

Shades of Summer Sky #309FDC

Tints of Summer Sky #309FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.24%

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

R = 11.24%
G = 37.24%
B = 51.52%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#309FDC (or 0x309FDC) is known color: Summer Sky. HEX triplet: 30, 9F and DC. RGB value is (48,159,220). Sum of RGB (Red+Green+Blue) = 48+159+220=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #309FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FDC is #CF6023. Grayscale: #848484. Windows color (decimal): -13590564 or 14458672. OLE color: 14458672.

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

Color convert

RGB 48 159 220 -
CMYK 0.78 0.28 0 0.14
HSL 201.28º 0.71% 0.53% -
HSV(B) 201.28º 0.78% 0.86% -
XYZ 26.54 30.59 72.22 -
YUV 132.77 177.23 67.54 -
System Red Green Blue C M Y K H S L
Decimal 48 159 220 0.78 0.28 0 0.14 201.28 0.71 0.53
Hex 30 9F DC 4E 1C 0 E C9 47 35
Octal 60 237 334 116 34 0 16 311 107 65
Binary 110000 10011111 11011100 1001110 11100 0 1110 11001001 1000111 110101

Color Harmonies of #309FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309FDC

Black with #309FDC

Text Example


Text Example

White with #309FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309FDC; }

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

 H1.HeaderClassName
 {
   color: #309FDC;
 }
 .AnyTagClassName
 {
   color: #309FDC;
 }
</style>

background-color css

<style>
 a { background-color: #309FDC; }

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

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

border-color css

<style>
 span { border-color: #309FDC; }

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

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