#419CFA

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

Shades of Dodger Blue #419CFA

Tints of Dodger Blue #419CFA

Color information

#419CFA (or 0x419CFA) is unknown color: approx Dodger Blue. HEX triplet: 41, 9C and FA. RGB value is (65,156,250). Sum of RGB (Red+Green+Blue) = 65+156+250=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #419CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419CFA is #BE6305. Grayscale: #8B8B8B. Windows color (decimal): -12477190 or 16424001. OLE color: 16424001.

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

Color convert

RGB65156250-
CMYK0.740.3800.02
HSL210.49º94.87%61.76%-
HSV(B)210.49º74%98.04%-
XYZ31.3231.894.93-
YUV139.51190.3574.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.80%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 250 (98.05% from 255) = 53.08%
R=13.80%
G=33.12%
B=53.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal651562500.740.3800.02210.4994.8761.76
Hex419CFA4A2602d25f3e
Octal101234372112460232213776
Binary100000110011100111110101001010100110010110100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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