Html Css Color HEX #319BFB Dodger Blue

📋 copy color: '#319BFB'

red 49 ◦ green 155 ◦ blue 251

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

Shades of Dodger Blue #319BFB

Tints of Dodger Blue #319BFB

RGB

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

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

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

R = 10.77%
G = 34.07%
B = 55.16%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#319BFB (or 0x319BFB) is known color: Dodger Blue. HEX triplet: 31, 9B and FB. RGB value is (49,155,251). Sum of RGB (Red+Green+Blue) = 49+155+251=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #319BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BFB is #CE6404. Grayscale: #858585. Windows color (decimal): -13526021 or 16489265. OLE color: 16489265.

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

Color convert

RGB 49 155 251 -
CMYK 0.80 0.38 0 0.02
HSL 208.51º 0.96% 0.59% -
HSV(B) 208.51º 0.8% 0.98% -
XYZ 30.4 31.06 95.66 -
YUV 134.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 49 155 251 0.80 0.38 0 0.02 208.51 0.96 0.59
Hex 31 9B FB 50 26 0 2 D1 60 3B
Octal 61 233 373 120 46 0 2 321 140 73
Binary 110001 10011011 11111011 1010000 100110 0 10 11010001 1100000 111011

Color Harmonies of #319BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BFB

Black with #319BFB

Text Example


Text Example

White with #319BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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