Html Css Color HEX #128BFA Dodger Blue

📋 copy color: '#128BFA'

red 18 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #128BFA

Tints of Dodger Blue #128BFA

RGB

 RED value IS 18 (7.42% from 255) = 4.42%

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

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

R = 4.42%
G = 34.15%
B = 61.43%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#128BFA (or 0x128BFA) is known color: Dodger Blue. HEX triplet: 12, 8B and FA. RGB value is (18,139,250). Sum of RGB (Red+Green+Blue) = 18+139+250=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #128BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BFA is #ED7405. Grayscale: #727272. Windows color (decimal): -15561734 or 16419602. OLE color: 16419602.

HSL color Cylindrical-coordinate representation of color #128BFA: hue angle of 208.71º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128BFA is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 139 250 -
CMYK 0.93 0.44 0 0.02
HSL 208.71º 0.96% 0.53% -
HSV(B) 208.71º 0.93% 0.98% -
XYZ 26.74 25.5 93.95 -
YUV 115.48 203.91 58.47 -
System Red Green Blue C M Y K H S L
Decimal 18 139 250 0.93 0.44 0 0.02 208.71 0.96 0.53
Hex 12 8B FA 5D 2C 0 2 D1 60 35
Octal 22 213 372 135 54 0 2 321 140 65
Binary 10010 10001011 11111010 1011101 101100 0 10 11010001 1100000 110101

Color Harmonies of #128BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BFA

Black with #128BFA

Text Example


Text Example

White with #128BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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