Html Css Color HEX #319CF9 Dodger Blue

📋 copy color: '#319CF9'

red 49 ◦ green 156 ◦ blue 249

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

Shades of Dodger Blue #319CF9

Tints of Dodger Blue #319CF9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

 BLUE value IS 249 (97.66% from 255) = 54.85%

R = 10.79%
G = 34.36%
B = 54.85%

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

#319CF9 (or 0x319CF9) is known color: Dodger Blue. HEX triplet: 31, 9C and F9. RGB value is (49,156,249). Sum of RGB (Red+Green+Blue) = 49+156+249=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #319CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CF9 is #CE6306. Grayscale: #868686. Windows color (decimal): -13525767 or 16358449. OLE color: 16358449.

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

Color convert

RGB 49 156 249 -
CMYK 0.80 0.37 0 0.02
HSL 207.9º 0.94% 0.58% -
HSV(B) 207.9º 0.8% 0.98% -
XYZ 30.25 31.27 94.06 -
YUV 134.61 192.55 66.94 -
System Red Green Blue C M Y K H S L
Decimal 49 156 249 0.80 0.37 0 0.02 207.9 0.94 0.58
Hex 31 9C F9 50 25 0 2 D0 5E 3A
Octal 61 234 371 120 45 0 2 320 136 72
Binary 110001 10011100 11111001 1010000 100101 0 10 11010000 1011110 111010

Color Harmonies of #319CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CF9

Black with #319CF9

Text Example


Text Example

White with #319CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,249); }

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

background-color css

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

 a { background-color: rgb(49,156,249); }

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

border-color css

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

 span { border-color: rgb(49,156,249); }

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