#419DFD

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

Shades of Dodger Blue #419DFD

Tints of Dodger Blue #419DFD

Color information

#419DFD (or 0x419DFD) is unknown color: approx Dodger Blue. HEX triplet: 41, 9D and FD. RGB value is (65,157,253). Sum of RGB (Red+Green+Blue) = 65+157+253=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #419DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419DFD is #BE6202. Grayscale: #8B8B8B. Windows color (decimal): -12476931 or 16620865. OLE color: 16620865.

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

Color convert

RGB65157253-
CMYK0.740.3800.01
HSL210.64º97.92%62.35%-
HSV(B)210.64º74.31%99.22%-
XYZ31.9732.3397.48-
YUV140.44191.5274.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.68%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 253 (99.22% from 255) = 53.26%
R=13.68%
G=33.05%
B=53.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal651572530.740.3800.01210.6497.9262.35
Hex419DFD4A2601d3623e
Octal101235375112460132314276
Binary10000011001110111111101100101010011001110100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419DFD; }

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

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

<style>
 a { background-color: #419DFD; }

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

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

<style>
 span { border-color: #419DFD; }

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

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