Html Css Color HEX #429CFA Dodger Blue

📋 copy color: '#429CFA'

red 66 ◦ green 156 ◦ blue 250

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

Shades of Dodger Blue #429CFA

Tints of Dodger Blue #429CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 13.98%
G = 33.05%
B = 52.97%

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

#429CFA (or 0x429CFA) is known color: Dodger Blue. HEX triplet: 42, 9C and FA. RGB value is (66,156,250). Sum of RGB (Red+Green+Blue) = 66+156+250=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #429CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429CFA is #BD6305. Grayscale: #8B8B8B. Windows color (decimal): -12411654 or 16424002. OLE color: 16424002.

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

Color convert

RGB 66 156 250 -
CMYK 0.74 0.38 0 0.02
HSL 210.65º 0.95% 0.62% -
HSV(B) 210.65º 0.74% 0.98% -
XYZ 31.39 31.84 94.93 -
YUV 139.81 190.18 75.36 -
System Red Green Blue C M Y K H S L
Decimal 66 156 250 0.74 0.38 0 0.02 210.65 0.95 0.62
Hex 42 9C FA 4A 26 0 2 D3 5F 3E
Octal 102 234 372 112 46 0 2 323 137 76
Binary 1000010 10011100 11111010 1001010 100110 0 10 11010011 1011111 111110

Color Harmonies of #429CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CFA

Black with #429CFA

Text Example


Text Example

White with #429CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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