Html Css Color HEX #318CDF Dodger Blue

📋 copy color: '#318CDF'

red 49 ◦ green 140 ◦ blue 223

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

Shades of Dodger Blue #318CDF

Tints of Dodger Blue #318CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 11.89%
G = 33.98%
B = 54.13%

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

#318CDF (or 0x318CDF) is known color: Dodger Blue. HEX triplet: 31, 8C and DF. RGB value is (49,140,223). Sum of RGB (Red+Green+Blue) = 49+140+223=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #318CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CDF is #CE7320. Grayscale: #797979. Windows color (decimal): -13529889 or 14650417. OLE color: 14650417.

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

Color convert

RGB 49 140 223 -
CMYK 0.78 0.37 0 0.13
HSL 208.62º 0.73% 0.53% -
HSV(B) 208.62º 0.78% 0.87% -
XYZ 23.96 24.74 73.32 -
YUV 122.25 184.85 75.75 -
System Red Green Blue C M Y K H S L
Decimal 49 140 223 0.78 0.37 0 0.13 208.62 0.73 0.53
Hex 31 8C DF 4E 25 0 D D1 49 35
Octal 61 214 337 116 45 0 15 321 111 65
Binary 110001 10001100 11011111 1001110 100101 0 1101 11010001 1001001 110101

Color Harmonies of #318CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CDF

Black with #318CDF

Text Example


Text Example

White with #318CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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