#418AFD

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

Shades of Dodger Blue #418AFD

Tints of Dodger Blue #418AFD

Color information

#418AFD (or 0x418AFD) is unknown color: approx Dodger Blue. HEX triplet: 41, 8A and FD. RGB value is (65,138,253). Sum of RGB (Red+Green+Blue) = 65+138+253=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #418AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418AFD is #BE7502. Grayscale: #808080. Windows color (decimal): -12481795 or 16616001. OLE color: 16616001.

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

Color convert

RGB65138253-
CMYK0.740.4500.01
HSL216.7º97.92%62.35%-
HSV(B)216.7º74.31%99.22%-
XYZ2926.3996.49-
YUV129.28197.8282.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.25%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 253 (99.22% from 255) = 55.48%
R=14.25%
G=30.26%
B=55.48%

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
Decimal651382530.740.4500.01216.797.9262.35
Hex418AFD4A2D01d9623e
Octal101212375112550133114276
Binary10000011000101011111101100101010110101110110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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