#418BFD

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

Shades of Dodger Blue #418BFD

Tints of Dodger Blue #418BFD

Color information

#418BFD (or 0x418BFD) is unknown color: approx Dodger Blue. HEX triplet: 41, 8B and FD. RGB value is (65,139,253). Sum of RGB (Red+Green+Blue) = 65+139+253=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #418BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BFD is #BE7402. Grayscale: #818181. Windows color (decimal): -12481539 or 16616257. OLE color: 16616257.

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

Color convert

RGB65139253-
CMYK0.740.4500.01
HSL216.38º97.92%62.35%-
HSV(B)216.38º74.31%99.22%-
XYZ29.1426.6896.54-
YUV129.87197.4881.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.22%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 253 (99.22% from 255) = 55.36%
R=14.22%
G=30.42%
B=55.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal651392530.740.4500.01216.3897.9262.35
Hex418BFD4A2D01d8623e
Octal101213375112550133014276
Binary10000011000101111111101100101010110101110110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418BFD; }

 p { color: rgb(65,139,253); }

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

<style>
 a { background-color: #418BFD; }

 a { background-color: rgb(65,139,253); }

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

<style>
 span { border-color: #418BFD; }

 span { border-color: rgb(65,139,253); }

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