Html Css Color HEX #429BFD Dodger Blue

📋 copy color: '#429BFD'

red 66 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #429BFD

Tints of Dodger Blue #429BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 13.92%
G = 32.7%
B = 53.38%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#429BFD (or 0x429BFD) is known color: Dodger Blue. HEX triplet: 42, 9B and FD. RGB value is (66,155,253). Sum of RGB (Red+Green+Blue) = 66+155+253=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #429BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BFD is #BD6402. Grayscale: #8B8B8B. Windows color (decimal): -12411907 or 16620354. OLE color: 16620354.

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

Color convert

RGB 66 155 253 -
CMYK 0.74 0.39 0 0.01
HSL 211.44º 0.98% 0.63% -
HSV(B) 211.44º 0.74% 0.99% -
XYZ 31.7 31.69 97.38 -
YUV 139.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 66 155 253 0.74 0.39 0 0.01 211.44 0.98 0.63
Hex 42 9B FD 4A 27 0 1 D3 62 3F
Octal 102 233 375 112 47 0 1 323 142 77
Binary 1000010 10011011 11111101 1001010 100111 0 1 11010011 1100010 111111

Color Harmonies of #429BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BFD

Black with #429BFD

Text Example


Text Example

White with #429BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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