Html Css Color HEX #318DFB Dodger Blue

📋 copy color: '#318DFB'

red 49 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #318DFB

Tints of Dodger Blue #318DFB

RGB

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

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

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

R = 11.11%
G = 31.97%
B = 56.92%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#318DFB (or 0x318DFB) is known color: Dodger Blue. HEX triplet: 31, 8D and FB. RGB value is (49,141,251). Sum of RGB (Red+Green+Blue) = 49+141+251=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #318DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318DFB is #CE7204. Grayscale: #7D7D7D. Windows color (decimal): -13529605 or 16485681. OLE color: 16485681.

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

Color convert

RGB 49 141 251 -
CMYK 0.80 0.44 0 0.02
HSL 212.67º 0.96% 0.59% -
HSV(B) 212.67º 0.8% 0.98% -
XYZ 28.2 26.67 94.93 -
YUV 126.03 198.52 73.06 -
System Red Green Blue C M Y K H S L
Decimal 49 141 251 0.80 0.44 0 0.02 212.67 0.96 0.59
Hex 31 8D FB 50 2C 0 2 D5 60 3B
Octal 61 215 373 120 54 0 2 325 140 73
Binary 110001 10001101 11111011 1010000 101100 0 10 11010101 1100000 111011

Color Harmonies of #318DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DFB

Black with #318DFB

Text Example


Text Example

White with #318DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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