Html Css Color HEX #318FDF Summer Sky

📋 copy color: '#318FDF'

red 49 ◦ green 143 ◦ blue 223

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

Shades of Summer Sky #318FDF

Tints of Summer Sky #318FDF

RGB

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

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

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

R = 11.81%
G = 34.46%
B = 53.73%

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

#318FDF (or 0x318FDF) is known color: Summer Sky. HEX triplet: 31, 8F and DF. RGB value is (49,143,223). Sum of RGB (Red+Green+Blue) = 49+143+223=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #318FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FDF is #CE7020. Grayscale: #7B7B7B. Windows color (decimal): -13529121 or 14651185. OLE color: 14651185.

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

Color convert

RGB 49 143 223 -
CMYK 0.78 0.36 0 0.13
HSL 207.59º 0.73% 0.53% -
HSV(B) 207.59º 0.78% 0.87% -
XYZ 24.41 25.63 73.47 -
YUV 124.01 183.86 74.5 -
System Red Green Blue C M Y K H S L
Decimal 49 143 223 0.78 0.36 0 0.13 207.59 0.73 0.53
Hex 31 8F DF 4E 24 0 D D0 49 35
Octal 61 217 337 116 44 0 15 320 111 65
Binary 110001 10001111 11011111 1001110 100100 0 1101 11010000 1001001 110101

Color Harmonies of #318FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FDF

Black with #318FDF

Text Example


Text Example

White with #318FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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