#419FFA

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

Shades of Dodger Blue #419FFA

Tints of Dodger Blue #419FFA

Color information

#419FFA (or 0x419FFA) is unknown color: approx Dodger Blue. HEX triplet: 41, 9F and FA. RGB value is (65,159,250). Sum of RGB (Red+Green+Blue) = 65+159+250=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #419FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419FFA is #BE6005. Grayscale: #8C8C8C. Windows color (decimal): -12476422 or 16424769. OLE color: 16424769.

HSL color Cylindrical-coordinate representation of color #419FFA: hue angle of 209.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #419FFA is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB65159250-
CMYK0.740.3600.02
HSL209.51º94.87%61.76%-
HSV(B)209.51º74%98.04%-
XYZ31.8332.8295.1-
YUV141.27189.3673.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.71%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 250 (98.05% from 255) = 52.74%
R=13.71%
G=33.54%
B=52.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal651592500.740.3600.02209.5194.8761.76
Hex419FFA4A2402d25f3e
Octal101237372112440232213776
Binary100000110011111111110101001010100100010110100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,159,250); }

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

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

 a { background-color: rgb(65,159,250); }

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

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

 span { border-color: rgb(65,159,250); }

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