Html Css Color HEX #309ECD Summer Sky

📋 copy color: '#309ECD'

red 48 ◦ green 158 ◦ blue 205

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

Shades of Summer Sky #309ECD

Tints of Summer Sky #309ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 11.68%
G = 38.44%
B = 49.88%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#309ECD (or 0x309ECD) is known color: Summer Sky. HEX triplet: 30, 9E and CD. RGB value is (48,158,205). Sum of RGB (Red+Green+Blue) = 48+158+205=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #309ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ECD is #CF6132. Grayscale: #828282. Windows color (decimal): -13590835 or 13475376. OLE color: 13475376.

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

Color convert

RGB 48 158 205 -
CMYK 0.77 0.23 0 0.20
HSL 197.96º 0.62% 0.5% -
HSV(B) 197.96º 0.77% 0.8% -
XYZ 24.47 29.49 62.16 -
YUV 130.47 170.06 69.18 -
System Red Green Blue C M Y K H S L
Decimal 48 158 205 0.77 0.23 0 0.20 197.96 0.62 0.5
Hex 30 9E CD 4D 17 0 14 C6 3E 32
Octal 60 236 315 115 27 0 24 306 76 62
Binary 110000 10011110 11001101 1001101 10111 0 10100 11000110 111110 110010

Color Harmonies of #309ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309ECD

Black with #309ECD

Text Example


Text Example

White with #309ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,158,205); }

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

background-color css

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

 a { background-color: rgb(48,158,205); }

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

border-color css

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

 span { border-color: rgb(48,158,205); }

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