Html Css Color HEX #309FE0 Summer Sky

📋 copy color: '#309FE0'

red 48 ◦ green 159 ◦ blue 224

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

Shades of Summer Sky #309FE0

Tints of Summer Sky #309FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 11.14%
G = 36.89%
B = 51.97%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#309FE0 (or 0x309FE0) is known color: Summer Sky. HEX triplet: 30, 9F and E0. RGB value is (48,159,224). Sum of RGB (Red+Green+Blue) = 48+159+224=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #309FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FE0 is #CF601F. Grayscale: #848484. Windows color (decimal): -13590560 or 14720816. OLE color: 14720816.

HSL color Cylindrical-coordinate representation of color #309FE0: hue angle of 202.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #309FE0 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 159 224 -
CMYK 0.79 0.29 0 0.12
HSL 202.16º 0.74% 0.53% -
HSV(B) 202.16º 0.79% 0.88% -
XYZ 27.07 30.81 75.04 -
YUV 133.22 179.23 67.21 -
System Red Green Blue C M Y K H S L
Decimal 48 159 224 0.79 0.29 0 0.12 202.16 0.74 0.53
Hex 30 9F E0 4F 1D 0 C CA 4A 35
Octal 60 237 340 117 35 0 14 312 112 65
Binary 110000 10011111 11100000 1001111 11101 0 1100 11001010 1001010 110101

Color Harmonies of #309FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309FE0

Black with #309FE0

Text Example


Text Example

White with #309FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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