Html Css Color HEX #309DDA Summer Sky

📋 copy color: '#309DDA'

red 48 ◦ green 157 ◦ blue 218

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

Shades of Summer Sky #309DDA

Tints of Summer Sky #309DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 11.35%
G = 37.12%
B = 51.54%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#309DDA (or 0x309DDA) is known color: Summer Sky. HEX triplet: 30, 9D and DA. RGB value is (48,157,218). Sum of RGB (Red+Green+Blue) = 48+157+218=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #309DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309DDA is #CF6225. Grayscale: #838383. Windows color (decimal): -13591078 or 14327088. OLE color: 14327088.

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

Color convert

RGB 48 157 218 -
CMYK 0.78 0.28 0 0.15
HSL 201.53º 0.7% 0.52% -
HSV(B) 201.53º 0.78% 0.85% -
XYZ 25.93 29.8 70.72 -
YUV 131.36 176.89 68.54 -
System Red Green Blue C M Y K H S L
Decimal 48 157 218 0.78 0.28 0 0.15 201.53 0.7 0.52
Hex 30 9D DA 4E 1C 0 F CA 46 34
Octal 60 235 332 116 34 0 17 312 106 64
Binary 110000 10011101 11011010 1001110 11100 0 1111 11001010 1000110 110100

Color Harmonies of #309DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DDA

Black with #309DDA

Text Example


Text Example

White with #309DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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