Html Css Color HEX #319FE4 Summer Sky

📋 copy color: '#319FE4'

red 49 ◦ green 159 ◦ blue 228

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

Shades of Summer Sky #319FE4

Tints of Summer Sky #319FE4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.47%

 BLUE value IS 228 (89.45% from 255) = 52.29%

R = 11.24%
G = 36.47%
B = 52.29%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#319FE4 (or 0x319FE4) is known color: Summer Sky. HEX triplet: 31, 9F and E4. RGB value is (49,159,228). Sum of RGB (Red+Green+Blue) = 49+159+228=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #319FE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FE4 is #CE601B. Grayscale: #858585. Windows color (decimal): -13525020 or 14982961. OLE color: 14982961.

HSL color Cylindrical-coordinate representation of color #319FE4: hue angle of 203.13º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319FE4 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 159 228 -
CMYK 0.79 0.30 0 0.11
HSL 203.13º 0.77% 0.54% -
HSV(B) 203.13º 0.79% 0.89% -
XYZ 27.67 31.05 77.93 -
YUV 133.98 181.06 67.39 -
System Red Green Blue C M Y K H S L
Decimal 49 159 228 0.79 0.30 0 0.11 203.13 0.77 0.54
Hex 31 9F E4 4F 1E 0 B CB 4D 36
Octal 61 237 344 117 36 0 13 313 115 66
Binary 110001 10011111 11100100 1001111 11110 0 1011 11001011 1001101 110110

Color Harmonies of #319FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FE4

Black with #319FE4

Text Example


Text Example

White with #319FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,159,228); }

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

background-color css

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

 a { background-color: rgb(49,159,228); }

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

border-color css

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

 span { border-color: rgb(49,159,228); }

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