Html Css Color HEX #128BDF Dodger Blue

📋 copy color: '#128BDF'

red 18 ◦ green 139 ◦ blue 223

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

Shades of Dodger Blue #128BDF

Tints of Dodger Blue #128BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 4.74%
G = 36.58%
B = 58.68%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#128BDF (or 0x128BDF) is known color: Dodger Blue. HEX triplet: 12, 8B and DF. RGB value is (18,139,223). Sum of RGB (Red+Green+Blue) = 18+139+223=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #128BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BDF is #ED7420. Grayscale: #6F6F6F. Windows color (decimal): -15561761 or 14650130. OLE color: 14650130.

HSL color Cylindrical-coordinate representation of color #128BDF: hue angle of 204.59º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128BDF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 139 223 -
CMYK 0.92 0.38 0 0.13
HSL 204.59º 0.85% 0.47% -
HSV(B) 204.59º 0.92% 0.87% -
XYZ 22.8 23.92 73.23 -
YUV 112.4 190.41 60.67 -
System Red Green Blue C M Y K H S L
Decimal 18 139 223 0.92 0.38 0 0.13 204.59 0.85 0.47
Hex 12 8B DF 5C 26 0 D CD 55 2F
Octal 22 213 337 134 46 0 15 315 125 57
Binary 10010 10001011 11011111 1011100 100110 0 1101 11001101 1010101 101111

Color Harmonies of #128BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BDF

Black with #128BDF

Text Example


Text Example

White with #128BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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