Html Css Color HEX #318FDB Summer Sky

📋 copy color: '#318FDB'

red 49 ◦ green 143 ◦ blue 219

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

Shades of Summer Sky #318FDB

Tints of Summer Sky #318FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 11.92%
G = 34.79%
B = 53.28%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#318FDB (or 0x318FDB) is known color: Summer Sky. HEX triplet: 31, 8F and DB. RGB value is (49,143,219). Sum of RGB (Red+Green+Blue) = 49+143+219=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #318FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FDB is #CE7024. Grayscale: #7B7B7B. Windows color (decimal): -13529125 or 14389041. OLE color: 14389041.

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

Color convert

RGB 49 143 219 -
CMYK 0.78 0.35 0 0.14
HSL 206.82º 0.7% 0.53% -
HSV(B) 206.82º 0.78% 0.86% -
XYZ 23.88 25.41 70.66 -
YUV 123.56 181.86 74.82 -
System Red Green Blue C M Y K H S L
Decimal 49 143 219 0.78 0.35 0 0.14 206.82 0.7 0.53
Hex 31 8F DB 4E 23 0 E CF 46 35
Octal 61 217 333 116 43 0 16 317 106 65
Binary 110001 10001111 11011011 1001110 100011 0 1110 11001111 1000110 110101

Color Harmonies of #318FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FDB

Black with #318FDB

Text Example


Text Example

White with #318FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,143,219); }

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

background-color css

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

 a { background-color: rgb(49,143,219); }

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

border-color css

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

 span { border-color: rgb(49,143,219); }

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