Html Css Color HEX #428BFD Dodger Blue

📋 copy color: '#428BFD'

red 66 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #428BFD

Tints of Dodger Blue #428BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.35%

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

R = 14.41%
G = 30.35%
B = 55.24%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#428BFD (or 0x428BFD) is known color: Dodger Blue. HEX triplet: 42, 8B and FD. RGB value is (66,139,253). Sum of RGB (Red+Green+Blue) = 66+139+253=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #428BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BFD is #BD7402. Grayscale: #818181. Windows color (decimal): -12416003 or 16616258. OLE color: 16616258.

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

Color convert

RGB 66 139 253 -
CMYK 0.74 0.45 0 0.01
HSL 216.58º 0.98% 0.63% -
HSV(B) 216.58º 0.74% 0.99% -
XYZ 29.21 26.72 96.55 -
YUV 130.17 197.32 82.23 -
System Red Green Blue C M Y K H S L
Decimal 66 139 253 0.74 0.45 0 0.01 216.58 0.98 0.63
Hex 42 8B FD 4A 2D 0 1 D9 62 3F
Octal 102 213 375 112 55 0 1 331 142 77
Binary 1000010 10001011 11111101 1001010 101101 0 1 11011001 1100010 111111

Color Harmonies of #428BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BFD

Black with #428BFD

Text Example


Text Example

White with #428BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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