Html Css Color HEX #309DCF Summer Sky

📋 copy color: '#309DCF'

red 48 ◦ green 157 ◦ blue 207

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

Shades of Summer Sky #309DCF

Tints of Summer Sky #309DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 11.65%
G = 38.11%
B = 50.24%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#309DCF (or 0x309DCF) is known color: Summer Sky. HEX triplet: 30, 9D and CF. RGB value is (48,157,207). Sum of RGB (Red+Green+Blue) = 48+157+207=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #309DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309DCF is #CF6230. Grayscale: #818181. Windows color (decimal): -13591089 or 13606192. OLE color: 13606192.

HSL color Cylindrical-coordinate representation of color #309DCF: hue angle of 198.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309DCF is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 157 207 -
CMYK 0.77 0.24 0 0.19
HSL 198.87º 0.62% 0.5% -
HSV(B) 198.87º 0.77% 0.81% -
XYZ 24.54 29.25 63.38 -
YUV 130.11 171.39 69.43 -
System Red Green Blue C M Y K H S L
Decimal 48 157 207 0.77 0.24 0 0.19 198.87 0.62 0.5
Hex 30 9D CF 4D 18 0 13 C7 3E 32
Octal 60 235 317 115 30 0 23 307 76 62
Binary 110000 10011101 11001111 1001101 11000 0 10011 11000111 111110 110010

Color Harmonies of #309DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DCF

Black with #309DCF

Text Example


Text Example

White with #309DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,157,207); }

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

background-color css

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

 a { background-color: rgb(48,157,207); }

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

border-color css

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

 span { border-color: rgb(48,157,207); }

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