Html Css Color HEX #428DFB Dodger Blue

📋 copy color: '#428DFB'

red 66 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #428DFB

Tints of Dodger Blue #428DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.79%

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 14.41%
G = 30.79%
B = 54.8%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#428DFB (or 0x428DFB) is known color: Dodger Blue. HEX triplet: 42, 8D and FB. RGB value is (66,141,251). Sum of RGB (Red+Green+Blue) = 66+141+251=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #428DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428DFB is #BD7204. Grayscale: #828282. Windows color (decimal): -12415493 or 16485698. OLE color: 16485698.

HSL color Cylindrical-coordinate representation of color #428DFB: hue angle of 215.68º degrees, saturation: 0.96, 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 #428DFB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 141 251 -
CMYK 0.74 0.44 0 0.02
HSL 215.68º 0.96% 0.62% -
HSV(B) 215.68º 0.74% 0.98% -
XYZ 29.18 27.17 94.97 -
YUV 131.12 195.65 81.56 -
System Red Green Blue C M Y K H S L
Decimal 66 141 251 0.74 0.44 0 0.02 215.68 0.96 0.62
Hex 42 8D FB 4A 2C 0 2 D8 60 3E
Octal 102 215 373 112 54 0 2 330 140 76
Binary 1000010 10001101 11111011 1001010 101100 0 10 11011000 1100000 111110

Color Harmonies of #428DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DFB

Black with #428DFB

Text Example


Text Example

White with #428DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428DFB; }

 p { color: rgb(66,141,251); }

 H1.HeaderClassName
 {
   color: #428DFB;
 }
 .AnyTagClassName
 {
   color: #428DFB;
 }
</style>

background-color css

<style>
 a { background-color: #428DFB; }

 a { background-color: rgb(66,141,251); }

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

border-color css

<style>
 span { border-color: #428DFB; }

 span { border-color: rgb(66,141,251); }

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