#318CFB

Color #318CFB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #318CFB

Tints of Dodger Blue #318CFB

Color information

#318CFB (or 0x318CFB) is unknown color: approx Dodger Blue. HEX triplet: 31, 8C and FB. RGB value is (49,140,251). Sum of RGB (Red+Green+Blue) = 49+140+251=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #318CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318CFB is #CE7304. Grayscale: #7C7C7C. Windows color (decimal): -13529861 or 16485425. OLE color: 16485425.

HSL color Cylindrical-coordinate representation of color #318CFB: hue angle of 212.97º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #318CFB is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB49140251-
CMYK0.800.4400.02
HSL212.97º96.19%58.82%-
HSV(B)212.97º80.48%98.43%-
XYZ28.0626.3794.88-
YUV125.44198.8573.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.14%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 251 (98.44% from 255) = 57.05%
R=11.14%
G=31.82%
B=57.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal491402510.800.4400.02212.9796.1958.82
Hex318CFB502C02d5603b
Octal61214373120540232514073
Binary11000110001100111110111010000101100010110101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #318CFB;
 }
 .AnyTagClassName
 {
   color: #318CFB;
 }
</style>
background-color css

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

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

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

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

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

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