#418BFC

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

Shades of Dodger Blue #418BFC

Tints of Dodger Blue #418BFC

Color information

#418BFC (or 0x418BFC) is unknown color: approx Dodger Blue. HEX triplet: 41, 8B and FC. RGB value is (65,139,252). Sum of RGB (Red+Green+Blue) = 65+139+252=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #418BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BFC is #BE7403. Grayscale: #818181. Windows color (decimal): -12481540 or 16550721. OLE color: 16550721.

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

Color convert

RGB65139252-
CMYK0.740.4500.01
HSL216.26º96.89%62.16%-
HSV(B)216.26º74.21%98.82%-
XYZ28.9826.6295.71-
YUV129.76196.9881.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.25%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=14.25%
G=30.48%
B=55.26%

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
Decimal651392520.740.4500.01216.2696.8962.16
Hex418BFC4A2D01d8613e
Octal101213374112550133014176
Binary10000011000101111111100100101010110101110110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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