Html Css Color HEX #319EFF Dodger Blue

📋 copy color: '#319EFF'

red 49 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #319EFF

Tints of Dodger Blue #319EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 255 (100% from 255) = 55.19%

R = 10.61%
G = 34.2%
B = 55.19%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#319EFF (or 0x319EFF) is known color: Dodger Blue. HEX triplet: 31, 9E and FF. RGB value is (49,158,255). Sum of RGB (Red+Green+Blue) = 49+158+255=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #319EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319EFF is #CE6100. Grayscale: #878787. Windows color (decimal): -13525249 or 16752177. OLE color: 16752177.

HSL color Cylindrical-coordinate representation of color #319EFF: hue angle of 208.25º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #319EFF is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 158 255 -
CMYK 0.81 0.38 0 0
HSL 208.25º 1% 0.6% -
HSV(B) 208.25º 0.81% 1% -
XYZ 31.54 32.33 99.18 -
YUV 136.47 194.89 65.61 -
System Red Green Blue C M Y K H S L
Decimal 49 158 255 0.81 0.38 0 0 208.25 1 0.6
Hex 31 9E FF 51 26 0 0 D0 64 3C
Octal 61 236 377 121 46 0 0 320 144 74
Binary 110001 10011110 11111111 1010001 100110 0 0 11010000 1100100 111100

Color Harmonies of #319EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319EFF

Black with #319EFF

Text Example


Text Example

White with #319EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,158,255); }

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

background-color css

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

 a { background-color: rgb(49,158,255); }

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

border-color css

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

 span { border-color: rgb(49,158,255); }

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