Html Css Color HEX #319FFB Dodger Blue

📋 copy color: '#319FFB'

red 49 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #319FFB

Tints of Dodger Blue #319FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 10.68%
G = 34.64%
B = 54.68%

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

#319FFB (or 0x319FFB) is known color: Dodger Blue. HEX triplet: 31, 9F and FB. RGB value is (49,159,251). Sum of RGB (Red+Green+Blue) = 49+159+251=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #319FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319FFB is #CE6004. Grayscale: #888888. Windows color (decimal): -13524997 or 16490289. OLE color: 16490289.

HSL color Cylindrical-coordinate representation of color #319FFB: hue angle of 207.33º degrees, saturation: 0.96, 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 #319FFB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 159 251 -
CMYK 0.80 0.37 0 0.02
HSL 207.33º 0.96% 0.59% -
HSV(B) 207.33º 0.8% 0.98% -
XYZ 31.08 32.41 95.89 -
YUV 136.6 192.56 65.52 -
System Red Green Blue C M Y K H S L
Decimal 49 159 251 0.80 0.37 0 0.02 207.33 0.96 0.59
Hex 31 9F FB 50 25 0 2 CF 60 3B
Octal 61 237 373 120 45 0 2 317 140 73
Binary 110001 10011111 11111011 1010000 100101 0 10 11001111 1100000 111011

Color Harmonies of #319FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FFB

Black with #319FFB

Text Example


Text Example

White with #319FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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