Html Css Color HEX #319BEF Dodger Blue

📋 copy color: '#319BEF'

red 49 ◦ green 155 ◦ blue 239

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

Shades of Dodger Blue #319BEF

Tints of Dodger Blue #319BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 11.06%
G = 34.99%
B = 53.95%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#319BEF (or 0x319BEF) is known color: Dodger Blue. HEX triplet: 31, 9B and EF. RGB value is (49,155,239). Sum of RGB (Red+Green+Blue) = 49+155+239=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #319BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BEF is #CE6410. Grayscale: #848484. Windows color (decimal): -13526033 or 15702833. OLE color: 15702833.

HSL color Cylindrical-coordinate representation of color #319BEF: hue angle of 206.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319BEF is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 155 239 -
CMYK 0.79 0.35 0 0.06
HSL 206.53º 0.86% 0.56% -
HSV(B) 206.53º 0.79% 0.94% -
XYZ 28.57 30.33 86.01 -
YUV 132.88 187.88 68.17 -
System Red Green Blue C M Y K H S L
Decimal 49 155 239 0.79 0.35 0 0.06 206.53 0.86 0.56
Hex 31 9B EF 4F 23 0 6 CF 56 38
Octal 61 233 357 117 43 0 6 317 126 70
Binary 110001 10011011 11101111 1001111 100011 0 110 11001111 1010110 111000

Color Harmonies of #319BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BEF

Black with #319BEF

Text Example


Text Example

White with #319BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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