Html Css Color HEX #319BF2 Dodger Blue

📋 copy color: '#319BF2'

red 49 ◦ green 155 ◦ blue 242

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

Shades of Dodger Blue #319BF2

Tints of Dodger Blue #319BF2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.75%

 BLUE value IS 242 (94.92% from 255) = 54.26%

R = 10.99%
G = 34.75%
B = 54.26%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#319BF2 (or 0x319BF2) is known color: Dodger Blue. HEX triplet: 31, 9B and F2. RGB value is (49,155,242). Sum of RGB (Red+Green+Blue) = 49+155+242=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #319BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BF2 is #CE640D. Grayscale: #848484. Windows color (decimal): -13526030 or 15899441. OLE color: 15899441.

HSL color Cylindrical-coordinate representation of color #319BF2: hue angle of 207.05º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319BF2 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 155 242 -
CMYK 0.80 0.36 0 0.05
HSL 207.05º 0.88% 0.57% -
HSV(B) 207.05º 0.8% 0.95% -
XYZ 29.01 30.51 88.36 -
YUV 133.22 189.38 67.93 -
System Red Green Blue C M Y K H S L
Decimal 49 155 242 0.80 0.36 0 0.05 207.05 0.88 0.57
Hex 31 9B F2 50 24 0 5 CF 58 39
Octal 61 233 362 120 44 0 5 317 130 71
Binary 110001 10011011 11110010 1010000 100100 0 101 11001111 1011000 111001

Color Harmonies of #319BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BF2

Black with #319BF2

Text Example


Text Example

White with #319BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,155,242); }

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

background-color css

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

 a { background-color: rgb(49,155,242); }

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

border-color css

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

 span { border-color: rgb(49,155,242); }

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