#429EFF

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

Shades of Dodger Blue #429EFF

Tints of Dodger Blue #429EFF

Color information

#429EFF (or 0x429EFF) is unknown color: approx Dodger Blue. HEX triplet: 42, 9E and FF. RGB value is (66,158,255). Sum of RGB (Red+Green+Blue) = 66+158+255=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #429EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EFF is #BD6100. Grayscale: #8D8D8D. Windows color (decimal): -12411137 or 16752194. OLE color: 16752194.

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

Color convert

RGB66158255-
CMYK0.740.3800
HSL210.79º100%62.94%-
HSV(B)210.79º74.12%100%-
XYZ32.5232.8399.23-
YUV141.55192.0274.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.78%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 255 (100% from 255) = 53.24%
R=13.78%
G=32.99%
B=53.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661582550.740.3800210.7910062.94
Hex429EFF4A2600d3643f
Octal102236377112460032314477
Binary10000101001111011111111100101010011000110100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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