Html Css Color HEX #318ADE Dodger Blue

📋 copy color: '#318ADE'

red 49 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #318ADE

Tints of Dodger Blue #318ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 11.98%
G = 33.74%
B = 54.28%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#318ADE (or 0x318ADE) is known color: Dodger Blue. HEX triplet: 31, 8A and DE. RGB value is (49,138,222). Sum of RGB (Red+Green+Blue) = 49+138+222=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #318ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ADE is #CE7521. Grayscale: #787878. Windows color (decimal): -13530402 or 14584369. OLE color: 14584369.

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

Color convert

RGB 49 138 222 -
CMYK 0.78 0.38 0 0.13
HSL 209.13º 0.72% 0.53% -
HSV(B) 209.13º 0.78% 0.87% -
XYZ 23.54 24.1 72.52 -
YUV 120.97 185.01 76.67 -
System Red Green Blue C M Y K H S L
Decimal 49 138 222 0.78 0.38 0 0.13 209.13 0.72 0.53
Hex 31 8A DE 4E 26 0 D D1 48 35
Octal 61 212 336 116 46 0 15 321 110 65
Binary 110001 10001010 11011110 1001110 100110 0 1101 11010001 1001000 110101

Color Harmonies of #318ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318ADE

Black with #318ADE

Text Example


Text Example

White with #318ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,138,222); }

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

background-color css

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

 a { background-color: rgb(49,138,222); }

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

border-color css

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

 span { border-color: rgb(49,138,222); }

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