Html Css Color HEX #429AFA Dodger Blue

📋 copy color: '#429AFA'

red 66 ◦ green 154 ◦ blue 250

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

Shades of Dodger Blue #429AFA

Tints of Dodger Blue #429AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 14.04%
G = 32.77%
B = 53.19%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#429AFA (or 0x429AFA) is known color: Dodger Blue. HEX triplet: 42, 9A and FA. RGB value is (66,154,250). Sum of RGB (Red+Green+Blue) = 66+154+250=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #429AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429AFA is #BD6505. Grayscale: #8A8A8A. Windows color (decimal): -12412166 or 16423490. OLE color: 16423490.

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

Color convert

RGB 66 154 250 -
CMYK 0.74 0.38 0 0.02
HSL 211.3º 0.95% 0.62% -
HSV(B) 211.3º 0.74% 0.98% -
XYZ 31.06 31.17 94.82 -
YUV 138.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 66 154 250 0.74 0.38 0 0.02 211.3 0.95 0.62
Hex 42 9A FA 4A 26 0 2 D3 5F 3E
Octal 102 232 372 112 46 0 2 323 137 76
Binary 1000010 10011010 11111010 1001010 100110 0 10 11010011 1011111 111110

Color Harmonies of #429AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AFA

Black with #429AFA

Text Example


Text Example

White with #429AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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