Html Css Color HEX #319CDF Summer Sky

📋 copy color: '#319CDF'

red 49 ◦ green 156 ◦ blue 223

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

Shades of Summer Sky #319CDF

Tints of Summer Sky #319CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

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

R = 11.45%
G = 36.45%
B = 52.1%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#319CDF (or 0x319CDF) is known color: Summer Sky. HEX triplet: 31, 9C and DF. RGB value is (49,156,223). Sum of RGB (Red+Green+Blue) = 49+156+223=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #319CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CDF is #CE6320. Grayscale: #838383. Windows color (decimal): -13525793 or 14654513. OLE color: 14654513.

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

Color convert

RGB 49 156 223 -
CMYK 0.78 0.30 0 0.13
HSL 203.1º 0.73% 0.53% -
HSV(B) 203.1º 0.78% 0.87% -
XYZ 26.47 29.76 74.16 -
YUV 131.65 179.55 69.05 -
System Red Green Blue C M Y K H S L
Decimal 49 156 223 0.78 0.30 0 0.13 203.1 0.73 0.53
Hex 31 9C DF 4E 1E 0 D CB 49 35
Octal 61 234 337 116 36 0 15 313 111 65
Binary 110001 10011100 11011111 1001110 11110 0 1101 11001011 1001001 110101

Color Harmonies of #319CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CDF

Black with #319CDF

Text Example


Text Example

White with #319CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319CDF; }

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

 H1.HeaderClassName
 {
   color: #319CDF;
 }
 .AnyTagClassName
 {
   color: #319CDF;
 }
</style>

background-color css

<style>
 a { background-color: #319CDF; }

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

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

border-color css

<style>
 span { border-color: #319CDF; }

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

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