#419BFB

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

Shades of Dodger Blue #419BFB

Tints of Dodger Blue #419BFB

Color information

#419BFB (or 0x419BFB) is unknown color: approx Dodger Blue. HEX triplet: 41, 9B and FB. RGB value is (65,155,251). Sum of RGB (Red+Green+Blue) = 65+155+251=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #419BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419BFB is #BE6404. Grayscale: #8A8A8A. Windows color (decimal): -12477445 or 16489281. OLE color: 16489281.

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

Color convert

RGB65155251-
CMYK0.740.3800.02
HSL210.97º95.88%61.96%-
HSV(B)210.97º74.1%98.43%-
XYZ31.3131.5395.7-
YUV139.03191.1875.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.80%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=13.80%
G=32.91%
B=53.29%

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
Decimal651552510.740.3800.02210.9795.8861.96
Hex419BFB4A2602d3603e
Octal101233373112460232314076
Binary100000110011011111110111001010100110010110100111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,155,251); }

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

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

 a { background-color: rgb(65,155,251); }

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

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

 span { border-color: rgb(65,155,251); }

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