Html Css Color HEX #309ADF Summer Sky

📋 copy color: '#309ADF'

red 48 ◦ green 154 ◦ blue 223

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

Shades of Summer Sky #309ADF

Tints of Summer Sky #309ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 11.29%
G = 36.24%
B = 52.47%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#309ADF (or 0x309ADF) is known color: Summer Sky. HEX triplet: 30, 9A and DF. RGB value is (48,154,223). Sum of RGB (Red+Green+Blue) = 48+154+223=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #309ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ADF is #CF6520. Grayscale: #818181. Windows color (decimal): -13591841 or 14654000. OLE color: 14654000.

HSL color Cylindrical-coordinate representation of color #309ADF: hue angle of 203.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #309ADF is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 154 223 -
CMYK 0.78 0.31 0 0.13
HSL 203.66º 0.73% 0.53% -
HSV(B) 203.66º 0.78% 0.87% -
XYZ 26.09 29.07 74.05 -
YUV 130.17 180.38 69.39 -
System Red Green Blue C M Y K H S L
Decimal 48 154 223 0.78 0.31 0 0.13 203.66 0.73 0.53
Hex 30 9A DF 4E 1F 0 D CC 49 35
Octal 60 232 337 116 37 0 15 314 111 65
Binary 110000 10011010 11011111 1001110 11111 0 1101 11001100 1001001 110101

Color Harmonies of #309ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309ADF

Black with #309ADF

Text Example


Text Example

White with #309ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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