Html Css Color HEX #318BFE Dodger Blue

📋 copy color: '#318BFE'

red 49 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #318BFE

Tints of Dodger Blue #318BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 11.09%
G = 31.45%
B = 57.47%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#318BFE (or 0x318BFE) is known color: Dodger Blue. HEX triplet: 31, 8B and FE. RGB value is (49,139,254). Sum of RGB (Red+Green+Blue) = 49+139+254=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #318BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BFE is #CE7401. Grayscale: #7C7C7C. Windows color (decimal): -13530114 or 16681777. OLE color: 16681777.

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

Color convert

RGB 49 139 254 -
CMYK 0.81 0.45 0 0.00
HSL 213.66º 0.99% 0.59% -
HSV(B) 213.66º 0.81% 1% -
XYZ 28.39 26.27 97.34 -
YUV 125.2 200.68 73.65 -
System Red Green Blue C M Y K H S L
Decimal 49 139 254 0.81 0.45 0 0.00 213.66 0.99 0.59
Hex 31 8B FE 51 2D 0 0 D6 63 3B
Octal 61 213 376 121 55 0 0 326 143 73
Binary 110001 10001011 11111110 1010001 101101 0 0 11010110 1100011 111011

Color Harmonies of #318BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BFE

Black with #318BFE

Text Example


Text Example

White with #318BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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