Html Css Color HEX #318BFC Dodger Blue

📋 copy color: '#318BFC'

red 49 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #318BFC

Tints of Dodger Blue #318BFC

RGB

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

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

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

R = 11.14%
G = 31.59%
B = 57.27%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#318BFC (or 0x318BFC) is known color: Dodger Blue. HEX triplet: 31, 8B and FC. RGB value is (49,139,252). Sum of RGB (Red+Green+Blue) = 49+139+252=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #318BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BFC is #CE7403. Grayscale: #7C7C7C. Windows color (decimal): -13530116 or 16550705. OLE color: 16550705.

HSL color Cylindrical-coordinate representation of color #318BFC: hue angle of 213.4º 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 #318BFC is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 139 252 -
CMYK 0.81 0.45 0 0.01
HSL 213.4º 0.97% 0.59% -
HSV(B) 213.4º 0.81% 0.99% -
XYZ 28.07 26.15 95.66 -
YUV 124.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 49 139 252 0.81 0.45 0 0.01 213.4 0.97 0.59
Hex 31 8B FC 51 2D 0 1 D5 61 3B
Octal 61 213 374 121 55 0 1 325 141 73
Binary 110001 10001011 11111100 1010001 101101 0 1 11010101 1100001 111011

Color Harmonies of #318BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BFC

Black with #318BFC

Text Example


Text Example

White with #318BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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