Html Css Color HEX #309EDC Summer Sky

📋 copy color: '#309EDC'

red 48 ◦ green 158 ◦ blue 220

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

Shades of Summer Sky #309EDC

Tints of Summer Sky #309EDC

RGB

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

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

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

R = 11.27%
G = 37.09%
B = 51.64%

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

#309EDC (or 0x309EDC) is known color: Summer Sky. HEX triplet: 30, 9E and DC. RGB value is (48,158,220). Sum of RGB (Red+Green+Blue) = 48+158+220=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #309EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EDC is #CF6123. Grayscale: #838383. Windows color (decimal): -13590820 or 14458416. OLE color: 14458416.

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

Color convert

RGB 48 158 220 -
CMYK 0.78 0.28 0 0.14
HSL 201.63º 0.71% 0.53% -
HSV(B) 201.63º 0.78% 0.86% -
XYZ 26.36 30.25 72.16 -
YUV 132.18 177.56 67.96 -
System Red Green Blue C M Y K H S L
Decimal 48 158 220 0.78 0.28 0 0.14 201.63 0.71 0.53
Hex 30 9E DC 4E 1C 0 E CA 47 35
Octal 60 236 334 116 34 0 16 312 107 65
Binary 110000 10011110 11011100 1001110 11100 0 1110 11001010 1000111 110101

Color Harmonies of #309EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309EDC

Black with #309EDC

Text Example


Text Example

White with #309EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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