Html Css Color HEX #309AD5 Summer Sky

📋 copy color: '#309AD5'

red 48 ◦ green 154 ◦ blue 213

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

Shades of Summer Sky #309AD5

Tints of Summer Sky #309AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.11%

 BLUE value IS 213 (83.59% from 255) = 51.33%

R = 11.57%
G = 37.11%
B = 51.33%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#309AD5 (or 0x309AD5) is known color: Summer Sky. HEX triplet: 30, 9A and D5. RGB value is (48,154,213). Sum of RGB (Red+Green+Blue) = 48+154+213=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #309AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309AD5 is #CF652A. Grayscale: #808080. Windows color (decimal): -13591851 or 13998640. OLE color: 13998640.

HSL color Cylindrical-coordinate representation of color #309AD5: hue angle of 201.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309AD5 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 154 213 -
CMYK 0.77 0.28 0 0.16
HSL 201.45º 0.66% 0.51% -
HSV(B) 201.45º 0.77% 0.84% -
XYZ 24.78 28.54 67.15 -
YUV 129.03 175.38 70.2 -
System Red Green Blue C M Y K H S L
Decimal 48 154 213 0.77 0.28 0 0.16 201.45 0.66 0.51
Hex 30 9A D5 4D 1C 0 10 C9 42 33
Octal 60 232 325 115 34 0 20 311 102 63
Binary 110000 10011010 11010101 1001101 11100 0 10000 11001001 1000010 110011

Color Harmonies of #309AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AD5

Black with #309AD5

Text Example


Text Example

White with #309AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,154,213); }

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

background-color css

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

 a { background-color: rgb(48,154,213); }

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

border-color css

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

 span { border-color: rgb(48,154,213); }

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