Html Css Color HEX #318DDD Summer Sky

📋 copy color: '#318DDD'

red 49 ◦ green 141 ◦ blue 221

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

Shades of Summer Sky #318DDD

Tints of Summer Sky #318DDD

RGB

 RED value IS 49 (19.53% from 255) = 11.92%

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 11.92%
G = 34.31%
B = 53.77%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#318DDD (or 0x318DDD) is known color: Summer Sky. HEX triplet: 31, 8D and DD. RGB value is (49,141,221). Sum of RGB (Red+Green+Blue) = 49+141+221=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #318DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DDD is #CE7222. Grayscale: #7A7A7A. Windows color (decimal): -13529635 or 14519601. OLE color: 14519601.

HSL color Cylindrical-coordinate representation of color #318DDD: hue angle of 207.91º degrees, saturation: 0.72, 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 #318DDD is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 141 221 -
CMYK 0.78 0.36 0 0.13
HSL 207.91º 0.72% 0.53% -
HSV(B) 207.91º 0.78% 0.87% -
XYZ 23.84 24.92 71.96 -
YUV 122.61 183.52 75.5 -
System Red Green Blue C M Y K H S L
Decimal 49 141 221 0.78 0.36 0 0.13 207.91 0.72 0.53
Hex 31 8D DD 4E 24 0 D D0 48 35
Octal 61 215 335 116 44 0 15 320 110 65
Binary 110001 10001101 11011101 1001110 100100 0 1101 11010000 1001000 110101

Color Harmonies of #318DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DDD

Black with #318DDD

Text Example


Text Example

White with #318DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318DDD; }

 p { color: rgb(49,141,221); }

 H1.HeaderClassName
 {
   color: #318DDD;
 }
 .AnyTagClassName
 {
   color: #318DDD;
 }
</style>

background-color css

<style>
 a { background-color: #318DDD; }

 a { background-color: rgb(49,141,221); }

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

border-color css

<style>
 span { border-color: #318DDD; }

 span { border-color: rgb(49,141,221); }

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