Html Css Color HEX #318BF3 Dodger Blue

📋 copy color: '#318BF3'

red 49 ◦ green 139 ◦ blue 243

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

Shades of Dodger Blue #318BF3

Tints of Dodger Blue #318BF3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 243 (95.31% from 255) = 56.38%

R = 11.37%
G = 32.25%
B = 56.38%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#318BF3 (or 0x318BF3) is known color: Dodger Blue. HEX triplet: 31, 8B and F3. RGB value is (49,139,243). Sum of RGB (Red+Green+Blue) = 49+139+243=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 243 (95.31% from 255 or 56.38% from 431); Max value from RGB is 243 - color contains mainly: blue. Hex color #318BF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BF3 is #CE740C. Grayscale: #7B7B7B. Windows color (decimal): -13530125 or 15960881. OLE color: 15960881.

HSL color Cylindrical-coordinate representation of color #318BF3: hue angle of 212.16º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #318BF3 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 139 243 -
CMYK 0.80 0.43 0 0.05
HSL 212.16º 0.89% 0.57% -
HSV(B) 212.16º 0.8% 0.95% -
XYZ 26.68 25.59 88.33 -
YUV 123.95 195.18 74.54 -
System Red Green Blue C M Y K H S L
Decimal 49 139 243 0.80 0.43 0 0.05 212.16 0.89 0.57
Hex 31 8B F3 50 2B 0 5 D4 59 39
Octal 61 213 363 120 53 0 5 324 131 71
Binary 110001 10001011 11110011 1010000 101011 0 101 11010100 1011001 111001

Color Harmonies of #318BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BF3

Black with #318BF3

Text Example


Text Example

White with #318BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,139,243); }

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

background-color css

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

 a { background-color: rgb(49,139,243); }

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

border-color css

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

 span { border-color: rgb(49,139,243); }

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