Html Css Color HEX #429FFE Dodger Blue

📋 copy color: '#429FFE'

red 66 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #429FFE

Tints of Dodger Blue #429FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 13.78%
G = 33.19%
B = 53.03%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#429FFE (or 0x429FFE) is known color: Dodger Blue. HEX triplet: 42, 9F and FE. RGB value is (66,159,254). Sum of RGB (Red+Green+Blue) = 66+159+254=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #429FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429FFE is #BD6001. Grayscale: #8D8D8D. Windows color (decimal): -12410882 or 16686914. OLE color: 16686914.

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

Color convert

RGB 66 159 254 -
CMYK 0.74 0.37 0 0.00
HSL 210.32º 0.99% 0.63% -
HSV(B) 210.32º 0.74% 1% -
XYZ 32.53 33.11 98.44 -
YUV 142.02 191.19 73.78 -
System Red Green Blue C M Y K H S L
Decimal 66 159 254 0.74 0.37 0 0.00 210.32 0.99 0.63
Hex 42 9F FE 4A 25 0 0 D2 63 3F
Octal 102 237 376 112 45 0 0 322 143 77
Binary 1000010 10011111 11111110 1001010 100101 0 0 11010010 1100011 111111

Color Harmonies of #429FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FFE

Black with #429FFE

Text Example


Text Example

White with #429FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,254); }

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

background-color css

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

 a { background-color: rgb(66,159,254); }

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

border-color css

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

 span { border-color: rgb(66,159,254); }

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