Html Css Color HEX #318CFF Dodger Blue

📋 copy color: '#318CFF'

red 49 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #318CFF

Tints of Dodger Blue #318CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.53%

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

R = 11.04%
G = 31.53%
B = 57.43%

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

#318CFF (or 0x318CFF) is known color: Dodger Blue. HEX triplet: 31, 8C and FF. RGB value is (49,140,255). Sum of RGB (Red+Green+Blue) = 49+140+255=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #318CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318CFF is #CE7300. Grayscale: #7D7D7D. Windows color (decimal): -13529857 or 16747569. OLE color: 16747569.

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

Color convert

RGB 49 140 255 -
CMYK 0.81 0.45 0 0
HSL 213.5º 1% 0.6% -
HSV(B) 213.5º 0.81% 1% -
XYZ 28.69 26.63 98.24 -
YUV 125.9 200.85 73.15 -
System Red Green Blue C M Y K H S L
Decimal 49 140 255 0.81 0.45 0 0 213.5 1 0.6
Hex 31 8C FF 51 2D 0 0 D5 64 3C
Octal 61 214 377 121 55 0 0 325 144 74
Binary 110001 10001100 11111111 1010001 101101 0 0 11010101 1100100 111100

Color Harmonies of #318CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CFF

Black with #318CFF

Text Example


Text Example

White with #318CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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