#4083FD

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

Shades of Dodger Blue #4083FD

Tints of Dodger Blue #4083FD

Color information

#4083FD (or 0x4083FD) is unknown color: approx Dodger Blue. HEX triplet: 40, 83 and FD. RGB value is (64,131,253). Sum of RGB (Red+Green+Blue) = 64+131+253=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #4083FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4083FD is #BF7C02. Grayscale: #7C7C7C. Windows color (decimal): -12549123 or 16614208. OLE color: 16614208.

HSL color Cylindrical-coordinate representation of color #4083FD: hue angle of 218.73º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4083FD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB64131253-
CMYK0.750.4800.01
HSL218.73º97.93%62.16%-
HSV(B)218.73º74.7%99.22%-
XYZ27.9624.4196.17-
YUV124.87200.384.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.29%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=14.29%
G=29.24%
B=56.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal641312530.750.4800.01218.7397.9362.16
Hex4083FD4B3001db623e
Octal100203375113600133314276
Binary10000001000001111111101100101111000001110110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4083FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4083FD; }

 p { color: rgb(64,131,253); }

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

<style>
 a { background-color: #4083FD; }

 a { background-color: rgb(64,131,253); }

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

<style>
 span { border-color: #4083FD; }

 span { border-color: rgb(64,131,253); }

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