Html Css Color HEX #309DDB Summer Sky

📋 copy color: '#309DDB'

red 48 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #309DDB

Tints of Summer Sky #309DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 11.32%
G = 37.03%
B = 51.65%

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

#309DDB (or 0x309DDB) is known color: Summer Sky. HEX triplet: 30, 9D and DB. RGB value is (48,157,219). Sum of RGB (Red+Green+Blue) = 48+157+219=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #309DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309DDB is #CF6224. Grayscale: #838383. Windows color (decimal): -13591077 or 14392624. OLE color: 14392624.

HSL color Cylindrical-coordinate representation of color #309DDB: hue angle of 201.75º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #309DDB is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 157 219 -
CMYK 0.78 0.28 0 0.14
HSL 201.75º 0.7% 0.52% -
HSV(B) 201.75º 0.78% 0.86% -
XYZ 26.06 29.86 71.41 -
YUV 131.48 177.39 68.46 -
System Red Green Blue C M Y K H S L
Decimal 48 157 219 0.78 0.28 0 0.14 201.75 0.7 0.52
Hex 30 9D DB 4E 1C 0 E CA 46 34
Octal 60 235 333 116 34 0 16 312 106 64
Binary 110000 10011101 11011011 1001110 11100 0 1110 11001010 1000110 110100

Color Harmonies of #309DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DDB

Black with #309DDB

Text Example


Text Example

White with #309DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,157,219); }

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

background-color css

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

 a { background-color: rgb(48,157,219); }

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

border-color css

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

 span { border-color: rgb(48,157,219); }

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