Html Css Color HEX #309EE0 Summer Sky

📋 copy color: '#309EE0'

red 48 ◦ green 158 ◦ blue 224

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

Shades of Summer Sky #309EE0

Tints of Summer Sky #309EE0

RGB

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

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

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

R = 11.16%
G = 36.74%
B = 52.09%

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

#309EE0 (or 0x309EE0) is known color: Summer Sky. HEX triplet: 30, 9E and E0. RGB value is (48,158,224). Sum of RGB (Red+Green+Blue) = 48+158+224=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #309EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EE0 is #CF611F. Grayscale: #848484. Windows color (decimal): -13590816 or 14720560. OLE color: 14720560.

HSL color Cylindrical-coordinate representation of color #309EE0: hue angle of 202.5º 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 #309EE0 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 158 224 -
CMYK 0.79 0.29 0 0.12
HSL 202.5º 0.74% 0.53% -
HSV(B) 202.5º 0.79% 0.88% -
XYZ 26.9 30.46 74.98 -
YUV 132.63 179.56 67.63 -
System Red Green Blue C M Y K H S L
Decimal 48 158 224 0.79 0.29 0 0.12 202.5 0.74 0.53
Hex 30 9E E0 4F 1D 0 C CA 4A 35
Octal 60 236 340 117 35 0 14 312 112 65
Binary 110000 10011110 11100000 1001111 11101 0 1100 11001010 1001010 110101

Color Harmonies of #309EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309EE0

Black with #309EE0

Text Example


Text Example

White with #309EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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