Html Css Color HEX #129AE5 Dodger Blue

📋 copy color: '#129AE5'

red 18 ◦ green 154 ◦ blue 229

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

Shades of Dodger Blue #129AE5

Tints of Dodger Blue #129AE5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

 BLUE value IS 229 (89.84% from 255) = 57.11%

R = 4.49%
G = 38.4%
B = 57.11%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#129AE5 (or 0x129AE5) is known color: Dodger Blue. HEX triplet: 12, 9A and E5. RGB value is (18,154,229). Sum of RGB (Red+Green+Blue) = 18+154+229=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #129AE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AE5 is #ED651A. Grayscale: #797979. Windows color (decimal): -15557915 or 15047186. OLE color: 15047186.

HSL color Cylindrical-coordinate representation of color #129AE5: hue angle of 201.33º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129AE5 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 154 229 -
CMYK 0.92 0.33 0 0.10
HSL 201.33º 0.85% 0.48% -
HSV(B) 201.33º 0.92% 0.9% -
XYZ 25.95 28.9 78.34 -
YUV 121.89 188.44 53.9 -
System Red Green Blue C M Y K H S L
Decimal 18 154 229 0.92 0.33 0 0.10 201.33 0.85 0.48
Hex 12 9A E5 5C 21 0 A C9 55 30
Octal 22 232 345 134 41 0 12 311 125 60
Binary 10010 10011010 11100101 1011100 100001 0 1010 11001001 1010101 110000

Color Harmonies of #129AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AE5

Black with #129AE5

Text Example


Text Example

White with #129AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,154,229); }

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

background-color css

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

 a { background-color: rgb(18,154,229); }

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

border-color css

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

 span { border-color: rgb(18,154,229); }

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