Html Css Color HEX #318DFC Dodger Blue

📋 copy color: '#318DFC'

red 49 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #318DFC

Tints of Dodger Blue #318DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.01%

R = 11.09%
G = 31.9%
B = 57.01%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#318DFC (or 0x318DFC) is known color: Dodger Blue. HEX triplet: 31, 8D and FC. RGB value is (49,141,252). Sum of RGB (Red+Green+Blue) = 49+141+252=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #318DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318DFC is #CE7203. Grayscale: #7D7D7D. Windows color (decimal): -13529604 or 16551217. OLE color: 16551217.

HSL color Cylindrical-coordinate representation of color #318DFC: hue angle of 212.81º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #318DFC is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 141 252 -
CMYK 0.81 0.44 0 0.01
HSL 212.81º 0.97% 0.59% -
HSV(B) 212.81º 0.81% 0.99% -
XYZ 28.36 26.73 95.76 -
YUV 126.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 49 141 252 0.81 0.44 0 0.01 212.81 0.97 0.59
Hex 31 8D FC 51 2C 0 1 D5 61 3B
Octal 61 215 374 121 54 0 1 325 141 73
Binary 110001 10001101 11111100 1010001 101100 0 1 11010101 1100001 111011

Color Harmonies of #318DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DFC

Black with #318DFC

Text Example


Text Example

White with #318DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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