Html Css Color HEX #428EFB Dodger Blue

📋 copy color: '#428EFB'

red 66 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #428EFB

Tints of Dodger Blue #428EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.94%

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

R = 14.38%
G = 30.94%
B = 54.68%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#428EFB (or 0x428EFB) is known color: Dodger Blue. HEX triplet: 42, 8E and FB. RGB value is (66,142,251). Sum of RGB (Red+Green+Blue) = 66+142+251=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #428EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428EFB is #BD7104. Grayscale: #838383. Windows color (decimal): -12415237 or 16485954. OLE color: 16485954.

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

Color convert

RGB 66 142 251 -
CMYK 0.74 0.43 0 0.02
HSL 215.35º 0.96% 0.62% -
HSV(B) 215.35º 0.74% 0.98% -
XYZ 29.33 27.47 95.02 -
YUV 131.7 195.32 81.14 -
System Red Green Blue C M Y K H S L
Decimal 66 142 251 0.74 0.43 0 0.02 215.35 0.96 0.62
Hex 42 8E FB 4A 2B 0 2 D7 60 3E
Octal 102 216 373 112 53 0 2 327 140 76
Binary 1000010 10001110 11111011 1001010 101011 0 10 11010111 1100000 111110

Color Harmonies of #428EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428EFB

Black with #428EFB

Text Example


Text Example

White with #428EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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