Html Css Color HEX #128AF5 Dodger Blue

📋 copy color: '#128AF5'

red 18 ◦ green 138 ◦ blue 245

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

Shades of Dodger Blue #128AF5

Tints of Dodger Blue #128AF5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 245 (96.09% from 255) = 61.1%

R = 4.49%
G = 34.41%
B = 61.1%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#128AF5 (or 0x128AF5) is known color: Dodger Blue. HEX triplet: 12, 8A and F5. RGB value is (18,138,245). Sum of RGB (Red+Green+Blue) = 18+138+245=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #128AF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128AF5 is #ED750A. Grayscale: #717171. Windows color (decimal): -15561995 or 16091666. OLE color: 16091666.

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

Color convert

RGB 18 138 245 -
CMYK 0.93 0.44 0 0.04
HSL 208.28º 0.92% 0.52% -
HSV(B) 208.28º 0.93% 0.96% -
XYZ 25.82 24.9 89.83 -
YUV 114.32 201.74 59.3 -
System Red Green Blue C M Y K H S L
Decimal 18 138 245 0.93 0.44 0 0.04 208.28 0.92 0.52
Hex 12 8A F5 5D 2C 0 4 D0 5C 34
Octal 22 212 365 135 54 0 4 320 134 64
Binary 10010 10001010 11110101 1011101 101100 0 100 11010000 1011100 110100

Color Harmonies of #128AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128AF5

Black with #128AF5

Text Example


Text Example

White with #128AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,138,245); }

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

background-color css

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

 a { background-color: rgb(18,138,245); }

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

border-color css

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

 span { border-color: rgb(18,138,245); }

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