Html Css Color HEX #318FDD Summer Sky

📋 copy color: '#318FDD'

red 49 ◦ green 143 ◦ blue 221

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

Shades of Summer Sky #318FDD

Tints of Summer Sky #318FDD

RGB

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

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

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

R = 11.86%
G = 34.62%
B = 53.51%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#318FDD (or 0x318FDD) is known color: Summer Sky. HEX triplet: 31, 8F and DD. RGB value is (49,143,221). Sum of RGB (Red+Green+Blue) = 49+143+221=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #318FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FDD is #CE7022. Grayscale: #7B7B7B. Windows color (decimal): -13529123 or 14520113. OLE color: 14520113.

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

Color convert

RGB 49 143 221 -
CMYK 0.78 0.35 0 0.13
HSL 207.21º 0.72% 0.53% -
HSV(B) 207.21º 0.78% 0.87% -
XYZ 24.14 25.52 72.06 -
YUV 123.79 182.86 74.66 -
System Red Green Blue C M Y K H S L
Decimal 49 143 221 0.78 0.35 0 0.13 207.21 0.72 0.53
Hex 31 8F DD 4E 23 0 D CF 48 35
Octal 61 217 335 116 43 0 15 317 110 65
Binary 110001 10001111 11011101 1001110 100011 0 1101 11001111 1001000 110101

Color Harmonies of #318FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FDD

Black with #318FDD

Text Example


Text Example

White with #318FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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