Html Css Color HEX #129EE9 Dodger Blue

📋 copy color: '#129EE9'

red 18 ◦ green 158 ◦ blue 233

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

Shades of Dodger Blue #129EE9

Tints of Dodger Blue #129EE9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.63%

 BLUE value IS 233 (91.41% from 255) = 56.97%

R = 4.4%
G = 38.63%
B = 56.97%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#129EE9 (or 0x129EE9) is known color: Dodger Blue. HEX triplet: 12, 9E and E9. RGB value is (18,158,233). Sum of RGB (Red+Green+Blue) = 18+158+233=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #129EE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EE9 is #ED6116. Grayscale: #7C7C7C. Windows color (decimal): -15556887 or 15310354. OLE color: 15310354.

HSL color Cylindrical-coordinate representation of color #129EE9: hue angle of 200.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129EE9 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 158 233 -
CMYK 0.92 0.32 0 0.09
HSL 200.93º 0.86% 0.49% -
HSV(B) 200.93º 0.92% 0.91% -
XYZ 27.18 30.47 81.54 -
YUV 124.69 189.12 51.9 -
System Red Green Blue C M Y K H S L
Decimal 18 158 233 0.92 0.32 0 0.09 200.93 0.86 0.49
Hex 12 9E E9 5C 20 0 9 C9 56 31
Octal 22 236 351 134 40 0 11 311 126 61
Binary 10010 10011110 11101001 1011100 100000 0 1001 11001001 1010110 110001

Color Harmonies of #129EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EE9

Black with #129EE9

Text Example


Text Example

White with #129EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129EE9; }

 p { color: rgb(18,158,233); }

 H1.HeaderClassName
 {
   color: #129EE9;
 }
 .AnyTagClassName
 {
   color: #129EE9;
 }
</style>

background-color css

<style>
 a { background-color: #129EE9; }

 a { background-color: rgb(18,158,233); }

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

border-color css

<style>
 span { border-color: #129EE9; }

 span { border-color: rgb(18,158,233); }

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