Html Css Color HEX #429AFF Dodger Blue

📋 copy color: '#429AFF'

red 66 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #429AFF

Tints of Dodger Blue #429AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

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

R = 13.89%
G = 32.42%
B = 53.68%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#429AFF (or 0x429AFF) is known color: Dodger Blue. HEX triplet: 42, 9A and FF. RGB value is (66,154,255). Sum of RGB (Red+Green+Blue) = 66+154+255=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #429AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429AFF is #BD6500. Grayscale: #8A8A8A. Windows color (decimal): -12412161 or 16751170. OLE color: 16751170.

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

Color convert

RGB 66 154 255 -
CMYK 0.74 0.40 0 0
HSL 212.06º 1% 0.63% -
HSV(B) 212.06º 0.74% 1% -
XYZ 31.85 31.49 99.01 -
YUV 139.2 193.35 75.79 -
System Red Green Blue C M Y K H S L
Decimal 66 154 255 0.74 0.40 0 0 212.06 1 0.63
Hex 42 9A FF 4A 28 0 0 D4 64 3F
Octal 102 232 377 112 50 0 0 324 144 77
Binary 1000010 10011010 11111111 1001010 101000 0 0 11010100 1100100 111111

Color Harmonies of #429AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AFF

Black with #429AFF

Text Example


Text Example

White with #429AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #429AFF;
 }
 .AnyTagClassName
 {
   color: #429AFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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