#319AF4

Color #319AF4 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #319AF4

Tints of Dodger Blue #319AF4

Color information

#319AF4 (or 0x319AF4) is unknown color: approx Dodger Blue. HEX triplet: 31, 9A and F4. RGB value is (49,154,244). Sum of RGB (Red+Green+Blue) = 49+154+244=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #319AF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319AF4 is #CE650B. Grayscale: #848484. Windows color (decimal): -13526284 or 16030257. OLE color: 16030257.

HSL color Cylindrical-coordinate representation of color #319AF4: hue angle of 207.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319AF4 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49154244-
CMYK0.800.3700.04
HSL207.69º89.86%57.45%-
HSV(B)207.69º79.92%95.69%-
XYZ29.1530.389.9-
YUV132.86190.7168.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.96%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 244 (95.70% from 255) = 54.59%
R=10.96%
G=34.45%
B=54.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal491542440.800.3700.04207.6989.8657.45
Hex319AF4502504d05a39
Octal61232364120450432013271
Binary110001100110101111010010100001001010100110100001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #319AF4;
 }
 .AnyTagClassName
 {
   color: #319AF4;
 }
</style>
background-color css

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

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

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

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

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

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