Html Css Color HEX #128BFE Dodger Blue

📋 copy color: '#128BFE'

red 18 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #128BFE

Tints of Dodger Blue #128BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.8%

R = 4.38%
G = 33.82%
B = 61.8%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#128BFE (or 0x128BFE) is known color: Dodger Blue. HEX triplet: 12, 8B and FE. RGB value is (18,139,254). Sum of RGB (Red+Green+Blue) = 18+139+254=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #128BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BFE is #ED7401. Grayscale: #737373. Windows color (decimal): -15561730 or 16681746. OLE color: 16681746.

HSL color Cylindrical-coordinate representation of color #128BFE: hue angle of 209.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128BFE is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 139 254 -
CMYK 0.93 0.45 0 0.00
HSL 209.24º 0.99% 0.53% -
HSV(B) 209.24º 0.93% 1% -
XYZ 27.37 25.75 97.29 -
YUV 115.93 205.91 58.15 -
System Red Green Blue C M Y K H S L
Decimal 18 139 254 0.93 0.45 0 0.00 209.24 0.99 0.53
Hex 12 8B FE 5D 2D 0 0 D1 63 35
Octal 22 213 376 135 55 0 0 321 143 65
Binary 10010 10001011 11111110 1011101 101101 0 0 11010001 1100011 110101

Color Harmonies of #128BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BFE

Black with #128BFE

Text Example


Text Example

White with #128BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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