#429DFB

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

Shades of Dodger Blue #429DFB

Tints of Dodger Blue #429DFB

Color information

#429DFB (or 0x429DFB) is unknown color: approx Dodger Blue. HEX triplet: 42, 9D and FB. RGB value is (66,157,251). Sum of RGB (Red+Green+Blue) = 66+157+251=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #429DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429DFB is #BD6204. Grayscale: #8C8C8C. Windows color (decimal): -12411397 or 16489794. OLE color: 16489794.

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

Color convert

RGB66157251-
CMYK0.740.3700.02
HSL210.49º95.85%62.16%-
HSV(B)210.49º73.71%98.43%-
XYZ31.7232.2495.82-
YUV140.51190.3574.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.92%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 251 (98.44% from 255) = 52.95%
R=13.92%
G=33.12%
B=52.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661572510.740.3700.02210.4995.8562.16
Hex429DFB4A2502d2603e
Octal102235373112450232214076
Binary100001010011101111110111001010100101010110100101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,157,251); }

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

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

 a { background-color: rgb(66,157,251); }

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

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

 span { border-color: rgb(66,157,251); }

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