Html Css Color HEX #429EFA Dodger Blue

📋 copy color: '#429EFA'

red 66 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #429EFA

Tints of Dodger Blue #429EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

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

R = 13.92%
G = 33.33%
B = 52.74%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#429EFA (or 0x429EFA) is known color: Dodger Blue. HEX triplet: 42, 9E and FA. RGB value is (66,158,250). Sum of RGB (Red+Green+Blue) = 66+158+250=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #429EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EFA is #BD6105. Grayscale: #8C8C8C. Windows color (decimal): -12411142 or 16424514. OLE color: 16424514.

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

Color convert

RGB 66 158 250 -
CMYK 0.74 0.37 0 0.02
HSL 210º 0.95% 0.62% -
HSV(B) 210º 0.74% 0.98% -
XYZ 31.73 32.51 95.05 -
YUV 140.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 66 158 250 0.74 0.37 0 0.02 210 0.95 0.62
Hex 42 9E FA 4A 25 0 2 D2 5F 3E
Octal 102 236 372 112 45 0 2 322 137 76
Binary 1000010 10011110 11111010 1001010 100101 0 10 11010010 1011111 111110

Color Harmonies of #429EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EFA

Black with #429EFA

Text Example


Text Example

White with #429EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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