Html Css Color HEX #428BFB Dodger Blue

📋 copy color: '#428BFB'

red 66 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #428BFB

Tints of Dodger Blue #428BFB

RGB

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

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

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

R = 14.47%
G = 30.48%
B = 55.04%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#428BFB (or 0x428BFB) is known color: Dodger Blue. HEX triplet: 42, 8B and FB. RGB value is (66,139,251). Sum of RGB (Red+Green+Blue) = 66+139+251=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #428BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BFB is #BD7404. Grayscale: #818181. Windows color (decimal): -12416005 or 16485186. OLE color: 16485186.

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

Color convert

RGB 66 139 251 -
CMYK 0.74 0.45 0 0.02
HSL 216.32º 0.96% 0.62% -
HSV(B) 216.32º 0.74% 0.98% -
XYZ 28.89 26.59 94.88 -
YUV 129.94 196.32 82.39 -
System Red Green Blue C M Y K H S L
Decimal 66 139 251 0.74 0.45 0 0.02 216.32 0.96 0.62
Hex 42 8B FB 4A 2D 0 2 D8 60 3E
Octal 102 213 373 112 55 0 2 330 140 76
Binary 1000010 10001011 11111011 1001010 101101 0 10 11011000 1100000 111110

Color Harmonies of #428BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BFB

Black with #428BFB

Text Example


Text Example

White with #428BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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