Html Css Color HEX #428BFA Dodger Blue

📋 copy color: '#428BFA'

red 66 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #428BFA

Tints of Dodger Blue #428BFA

RGB

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

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

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

R = 14.51%
G = 30.55%
B = 54.95%

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

#428BFA (or 0x428BFA) is known color: Dodger Blue. HEX triplet: 42, 8B and FA. RGB value is (66,139,250). Sum of RGB (Red+Green+Blue) = 66+139+250=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #428BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BFA is #BD7405. Grayscale: #818181. Windows color (decimal): -12416006 or 16419650. OLE color: 16419650.

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

Color convert

RGB 66 139 250 -
CMYK 0.74 0.44 0 0.02
HSL 216.2º 0.95% 0.62% -
HSV(B) 216.2º 0.74% 0.98% -
XYZ 28.73 26.53 94.05 -
YUV 129.83 195.82 82.47 -
System Red Green Blue C M Y K H S L
Decimal 66 139 250 0.74 0.44 0 0.02 216.2 0.95 0.62
Hex 42 8B FA 4A 2C 0 2 D8 5F 3E
Octal 102 213 372 112 54 0 2 330 137 76
Binary 1000010 10001011 11111010 1001010 101100 0 10 11011000 1011111 111110

Color Harmonies of #428BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BFA

Black with #428BFA

Text Example


Text Example

White with #428BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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