Html Css Color HEX #429FFF Dodger Blue

📋 copy color: '#429FFF'

red 66 ◦ green 159 ◦ blue 255

#429FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #429FFF

Tints of Dodger Blue #429FFF

RGB

 RED value IS 66 (26.17% from 255) = 13.75%

 GREEN value IS 159 (62.5% from 255) = 33.13%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 13.75%
G = 33.13%
B = 53.13%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#429FFF (or 0x429FFF) is known color: 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

RGB 66 159 255 -
CMYK 0.74 0.38 0 0
HSL 210.48º 1% 0.63% -
HSV(B) 210.48º 0.74% 1% -
XYZ 32.69 33.17 99.29 -
YUV 142.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 66 159 255 0.74 0.38 0 0 210.48 1 0.63
Hex 42 9F FF 4A 26 0 0 D2 64 3F
Octal 102 237 377 112 46 0 0 322 144 77
Binary 1000010 10011111 11111111 1001010 100110 0 0 11010010 1100100 111111

Color Harmonies of #429FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FFF

Black with #429FFF

Text Example


Text Example

White with #429FFF

Text Example


Text Example

HTML Codes & Css Web 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>