Html Css Color HEX #318CEF Dodger Blue

📋 copy color: '#318CEF'

red 49 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #318CEF

Tints of Dodger Blue #318CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.84%

R = 11.45%
G = 32.71%
B = 55.84%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#318CEF (or 0x318CEF) is known color: Dodger Blue. HEX triplet: 31, 8C and EF. RGB value is (49,140,239). Sum of RGB (Red+Green+Blue) = 49+140+239=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #318CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318CEF is #CE7310. Grayscale: #7B7B7B. Windows color (decimal): -13529873 or 15698993. OLE color: 15698993.

HSL color Cylindrical-coordinate representation of color #318CEF: hue angle of 211.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #318CEF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 140 239 -
CMYK 0.79 0.41 0 0.06
HSL 211.26º 0.86% 0.56% -
HSV(B) 211.26º 0.79% 0.94% -
XYZ 26.22 25.64 85.23 -
YUV 124.08 192.85 74.45 -
System Red Green Blue C M Y K H S L
Decimal 49 140 239 0.79 0.41 0 0.06 211.26 0.86 0.56
Hex 31 8C EF 4F 29 0 6 D3 56 38
Octal 61 214 357 117 51 0 6 323 126 70
Binary 110001 10001100 11101111 1001111 101001 0 110 11010011 1010110 111000

Color Harmonies of #318CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CEF

Black with #318CEF

Text Example


Text Example

White with #318CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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