Html Css Color HEX #319ADF Summer Sky

📋 copy color: '#319ADF'

red 49 ◦ green 154 ◦ blue 223

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

Shades of Summer Sky #319ADF

Tints of Summer Sky #319ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

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

R = 11.5%
G = 36.15%
B = 52.35%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#319ADF (or 0x319ADF) is known color: Summer Sky. HEX triplet: 31, 9A and DF. RGB value is (49,154,223). Sum of RGB (Red+Green+Blue) = 49+154+223=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #319ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ADF is #CE6520. Grayscale: #828282. Windows color (decimal): -13526305 or 14654001. OLE color: 14654001.

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

Color convert

RGB 49 154 223 -
CMYK 0.78 0.31 0 0.13
HSL 203.79º 0.73% 0.53% -
HSV(B) 203.79º 0.78% 0.87% -
XYZ 26.14 29.09 74.05 -
YUV 130.47 180.21 69.89 -
System Red Green Blue C M Y K H S L
Decimal 49 154 223 0.78 0.31 0 0.13 203.79 0.73 0.53
Hex 31 9A DF 4E 1F 0 D CC 49 35
Octal 61 232 337 116 37 0 15 314 111 65
Binary 110001 10011010 11011111 1001110 11111 0 1101 11001100 1001001 110101

Color Harmonies of #319ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319ADF

Black with #319ADF

Text Example


Text Example

White with #319ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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