Html Css Color HEX #318BDD Dodger Blue

📋 copy color: '#318BDD'

red 49 ◦ green 139 ◦ blue 221

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

Shades of Dodger Blue #318BDD

Tints of Dodger Blue #318BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 11.98%
G = 33.99%
B = 54.03%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#318BDD (or 0x318BDD) is known color: Dodger Blue. HEX triplet: 31, 8B and DD. RGB value is (49,139,221). Sum of RGB (Red+Green+Blue) = 49+139+221=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #318BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BDD is #CE7422. Grayscale: #797979. Windows color (decimal): -13530147 or 14519089. OLE color: 14519089.

HSL color Cylindrical-coordinate representation of color #318BDD: hue angle of 208.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318BDD is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 139 221 -
CMYK 0.78 0.37 0 0.13
HSL 208.6º 0.72% 0.53% -
HSV(B) 208.6º 0.78% 0.87% -
XYZ 23.55 24.34 71.86 -
YUV 121.44 184.18 76.33 -
System Red Green Blue C M Y K H S L
Decimal 49 139 221 0.78 0.37 0 0.13 208.6 0.72 0.53
Hex 31 8B DD 4E 25 0 D D1 48 35
Octal 61 213 335 116 45 0 15 321 110 65
Binary 110001 10001011 11011101 1001110 100101 0 1101 11010001 1001000 110101

Color Harmonies of #318BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BDD

Black with #318BDD

Text Example


Text Example

White with #318BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,139,221); }

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

background-color css

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

 a { background-color: rgb(49,139,221); }

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

border-color css

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

 span { border-color: rgb(49,139,221); }

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