Html Css Color HEX #318DFF Dodger Blue

📋 copy color: '#318DFF'

red 49 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #318DFF

Tints of Dodger Blue #318DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

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

R = 11.01%
G = 31.69%
B = 57.3%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#318DFF (or 0x318DFF) is known color: Dodger Blue. HEX triplet: 31, 8D and FF. RGB value is (49,141,255). Sum of RGB (Red+Green+Blue) = 49+141+255=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #318DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318DFF is #CE7200. Grayscale: #7D7D7D. Windows color (decimal): -13529601 or 16747825. OLE color: 16747825.

HSL color Cylindrical-coordinate representation of color #318DFF: hue angle of 213.2º 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 #318DFF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 141 255 -
CMYK 0.81 0.45 0 0
HSL 213.2º 1% 0.6% -
HSV(B) 213.2º 0.81% 1% -
XYZ 28.84 26.92 98.28 -
YUV 126.49 200.52 72.73 -
System Red Green Blue C M Y K H S L
Decimal 49 141 255 0.81 0.45 0 0 213.2 1 0.6
Hex 31 8D FF 51 2D 0 0 D5 64 3C
Octal 61 215 377 121 55 0 0 325 144 74
Binary 110001 10001101 11111111 1010001 101101 0 0 11010101 1100100 111100

Color Harmonies of #318DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DFF

Black with #318DFF

Text Example


Text Example

White with #318DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318DFF; }

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

 H1.HeaderClassName
 {
   color: #318DFF;
 }
 .AnyTagClassName
 {
   color: #318DFF;
 }
</style>

background-color css

<style>
 a { background-color: #318DFF; }

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

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

border-color css

<style>
 span { border-color: #318DFF; }

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

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