Html Css Color HEX #318CDD Dodger Blue

📋 copy color: '#318CDD'

red 49 ◦ green 140 ◦ blue 221

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

Shades of Dodger Blue #318CDD

Tints of Dodger Blue #318CDD

RGB

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

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

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

R = 11.95%
G = 34.15%
B = 53.9%

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

#318CDD (or 0x318CDD) is known color: Dodger Blue. HEX triplet: 31, 8C and DD. RGB value is (49,140,221). Sum of RGB (Red+Green+Blue) = 49+140+221=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #318CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CDD is #CE7322. Grayscale: #797979. Windows color (decimal): -13529891 or 14519345. OLE color: 14519345.

HSL color Cylindrical-coordinate representation of color #318CDD: hue angle of 208.26º 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 #318CDD is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 140 221 -
CMYK 0.78 0.37 0 0.13
HSL 208.26º 0.72% 0.53% -
HSV(B) 208.26º 0.78% 0.87% -
XYZ 23.7 24.63 71.91 -
YUV 122.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 49 140 221 0.78 0.37 0 0.13 208.26 0.72 0.53
Hex 31 8C DD 4E 25 0 D D0 48 35
Octal 61 214 335 116 45 0 15 320 110 65
Binary 110001 10001100 11011101 1001110 100101 0 1101 11010000 1001000 110101

Color Harmonies of #318CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CDD

Black with #318CDD

Text Example


Text Example

White with #318CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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