#429AFD

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

Shades of Dodger Blue #429AFD

Tints of Dodger Blue #429AFD

Color information

#429AFD (or 0x429AFD) is unknown color: approx Dodger Blue. HEX triplet: 42, 9A and FD. RGB value is (66,154,253). Sum of RGB (Red+Green+Blue) = 66+154+253=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #429AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429AFD is #BD6502. Grayscale: #8A8A8A. Windows color (decimal): -12412163 or 16620098. OLE color: 16620098.

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

Color convert

RGB66154253-
CMYK0.740.3900.01
HSL211.76º97.91%62.55%-
HSV(B)211.76º73.91%99.22%-
XYZ31.5331.3697.32-
YUV138.97192.3575.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.95%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 253 (99.22% from 255) = 53.49%
R=13.95%
G=32.56%
B=53.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661542530.740.3900.01211.7697.9162.55
Hex429AFD4A2701d4623f
Octal102232375112470132414277
Binary10000101001101011111101100101010011101110101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,154,253); }

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

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

 a { background-color: rgb(66,154,253); }

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

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

 span { border-color: rgb(66,154,253); }

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