Html Css Color HEX #128CEE Dodger Blue

📋 copy color: '#128CEE'

red 18 ◦ green 140 ◦ blue 238

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

Shades of Dodger Blue #128CEE

Tints of Dodger Blue #128CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 238 (93.36% from 255) = 60.1%

R = 4.55%
G = 35.35%
B = 60.1%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#128CEE (or 0x128CEE) is known color: Dodger Blue. HEX triplet: 12, 8C and EE. RGB value is (18,140,238). Sum of RGB (Red+Green+Blue) = 18+140+238=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #128CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128CEE is #ED7311. Grayscale: #727272. Windows color (decimal): -15561490 or 15633426. OLE color: 15633426.

HSL color Cylindrical-coordinate representation of color #128CEE: hue angle of 206.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128CEE is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 140 238 -
CMYK 0.92 0.41 0 0.07
HSL 206.73º 0.87% 0.5% -
HSV(B) 206.73º 0.92% 0.93% -
XYZ 25.06 25.06 84.4 -
YUV 114.69 197.58 59.03 -
System Red Green Blue C M Y K H S L
Decimal 18 140 238 0.92 0.41 0 0.07 206.73 0.87 0.5
Hex 12 8C EE 5C 29 0 7 CF 57 32
Octal 22 214 356 134 51 0 7 317 127 62
Binary 10010 10001100 11101110 1011100 101001 0 111 11001111 1010111 110010

Color Harmonies of #128CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CEE

Black with #128CEE

Text Example


Text Example

White with #128CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,140,238); }

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

background-color css

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

 a { background-color: rgb(18,140,238); }

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

border-color css

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

 span { border-color: rgb(18,140,238); }

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