#429FFF

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

Shades of Dodger Blue #429FFF

Tints of Dodger Blue #429FFF

Color information

#429FFF (or 0x429FFF) is unknown color: approx Dodger Blue. HEX triplet: 42, 9F and FF. RGB value is (66,159,255). Sum of RGB (Red+Green+Blue) = 66+159+255=480 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.75% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #429FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429FFF is #BD6000. Grayscale: #8D8D8D. Windows color (decimal): -12410881 or 16752450. OLE color: 16752450.

HSL color Cylindrical-coordinate representation of color #429FFF: hue angle of 210.48º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #429FFF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66159255-
CMYK0.740.3800
HSL210.48º100%62.94%-
HSV(B)210.48º74.12%100%-
XYZ32.6933.1799.29-
YUV142.14191.6973.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.75%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 255 (100% from 255) = 53.12%
R=13.75%
G=33.12%
B=53.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661592550.740.3800210.4810062.94
Hex429FFF4A2600d2643f
Octal102237377112460032214477
Binary10000101001111111111111100101010011000110100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429FFF; }

 p { color: rgb(66,159,255); }

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

<style>
 a { background-color: #429FFF; }

 a { background-color: rgb(66,159,255); }

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

<style>
 span { border-color: #429FFF; }

 span { border-color: rgb(66,159,255); }

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