Html Css Color HEX #318FDE Summer Sky

📋 copy color: '#318FDE'

red 49 ◦ green 143 ◦ blue 222

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

Shades of Summer Sky #318FDE

Tints of Summer Sky #318FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 11.84%
G = 34.54%
B = 53.62%

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

#318FDE (or 0x318FDE) is known color: Summer Sky. HEX triplet: 31, 8F and DE. RGB value is (49,143,222). Sum of RGB (Red+Green+Blue) = 49+143+222=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #318FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FDE is #CE7021. Grayscale: #7B7B7B. Windows color (decimal): -13529122 or 14585649. OLE color: 14585649.

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

Color convert

RGB 49 143 222 -
CMYK 0.78 0.36 0 0.13
HSL 207.4º 0.72% 0.53% -
HSV(B) 207.4º 0.78% 0.87% -
XYZ 24.27 25.57 72.76 -
YUV 123.9 183.36 74.58 -
System Red Green Blue C M Y K H S L
Decimal 49 143 222 0.78 0.36 0 0.13 207.4 0.72 0.53
Hex 31 8F DE 4E 24 0 D CF 48 35
Octal 61 217 336 116 44 0 15 317 110 65
Binary 110001 10001111 11011110 1001110 100100 0 1101 11001111 1001000 110101

Color Harmonies of #318FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FDE

Black with #318FDE

Text Example


Text Example

White with #318FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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