Html Css Color HEX #319DFA Dodger Blue

📋 copy color: '#319DFA'

red 49 ◦ green 157 ◦ blue 250

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

Shades of Dodger Blue #319DFA

Tints of Dodger Blue #319DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.43%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 10.75%
G = 34.43%
B = 54.82%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#319DFA (or 0x319DFA) is known color: Dodger Blue. HEX triplet: 31, 9D and FA. RGB value is (49,157,250). Sum of RGB (Red+Green+Blue) = 49+157+250=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #319DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319DFA is #CE6205. Grayscale: #868686. Windows color (decimal): -13525510 or 16424241. OLE color: 16424241.

HSL color Cylindrical-coordinate representation of color #319DFA: hue angle of 207.76º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319DFA is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 157 250 -
CMYK 0.80 0.37 0 0.02
HSL 207.76º 0.95% 0.59% -
HSV(B) 207.76º 0.8% 0.98% -
XYZ 30.58 31.67 94.94 -
YUV 135.31 192.72 66.44 -
System Red Green Blue C M Y K H S L
Decimal 49 157 250 0.80 0.37 0 0.02 207.76 0.95 0.59
Hex 31 9D FA 50 25 0 2 D0 5F 3B
Octal 61 235 372 120 45 0 2 320 137 73
Binary 110001 10011101 11111010 1010000 100101 0 10 11010000 1011111 111011

Color Harmonies of #319DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DFA

Black with #319DFA

Text Example


Text Example

White with #319DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,157,250); }

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

background-color css

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

 a { background-color: rgb(49,157,250); }

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

border-color css

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

 span { border-color: rgb(49,157,250); }

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