Html Css Color HEX #429CFD Dodger Blue

📋 copy color: '#429CFD'

red 66 ◦ green 156 ◦ blue 253

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

Shades of Dodger Blue #429CFD

Tints of Dodger Blue #429CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 13.89%
G = 32.84%
B = 53.26%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#429CFD (or 0x429CFD) is known color: Dodger Blue. HEX triplet: 42, 9C and FD. RGB value is (66,156,253). Sum of RGB (Red+Green+Blue) = 66+156+253=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #429CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429CFD is #BD6302. Grayscale: #8B8B8B. Windows color (decimal): -12411651 or 16620610. OLE color: 16620610.

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

Color convert

RGB 66 156 253 -
CMYK 0.74 0.38 0 0.01
HSL 211.12º 0.98% 0.63% -
HSV(B) 211.12º 0.74% 0.99% -
XYZ 31.86 32.03 97.43 -
YUV 140.15 191.68 75.11 -
System Red Green Blue C M Y K H S L
Decimal 66 156 253 0.74 0.38 0 0.01 211.12 0.98 0.63
Hex 42 9C FD 4A 26 0 1 D3 62 3F
Octal 102 234 375 112 46 0 1 323 142 77
Binary 1000010 10011100 11111101 1001010 100110 0 1 11010011 1100010 111111

Color Harmonies of #429CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CFD

Black with #429CFD

Text Example


Text Example

White with #429CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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