Html Css Color HEX #318BFF Dodger Blue

📋 copy color: '#318BFF'

red 49 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #318BFF

Tints of Dodger Blue #318BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.56%

R = 11.06%
G = 31.38%
B = 57.56%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#318BFF (or 0x318BFF) is known color: Dodger Blue. HEX triplet: 31, 8B and FF. RGB value is (49,139,255). Sum of RGB (Red+Green+Blue) = 49+139+255=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #318BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BFF is #CE7400. Grayscale: #7C7C7C. Windows color (decimal): -13530113 or 16747313. OLE color: 16747313.

HSL color Cylindrical-coordinate representation of color #318BFF: hue angle of 213.79º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #318BFF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 139 255 -
CMYK 0.81 0.45 0 0
HSL 213.79º 1% 0.6% -
HSV(B) 213.79º 0.81% 1% -
XYZ 28.55 26.34 98.19 -
YUV 125.31 201.18 73.57 -
System Red Green Blue C M Y K H S L
Decimal 49 139 255 0.81 0.45 0 0 213.79 1 0.6
Hex 31 8B FF 51 2D 0 0 D6 64 3C
Octal 61 213 377 121 55 0 0 326 144 74
Binary 110001 10001011 11111111 1010001 101101 0 0 11010110 1100100 111100

Color Harmonies of #318BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BFF

Black with #318BFF

Text Example


Text Example

White with #318BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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