Html Css Color HEX #129CE8 Dodger Blue

📋 copy color: '#129CE8'

red 18 ◦ green 156 ◦ blue 232

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

Shades of Dodger Blue #129CE8

Tints of Dodger Blue #129CE8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 232 (91.02% from 255) = 57.14%

R = 4.43%
G = 38.42%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#129CE8 (or 0x129CE8) is known color: Dodger Blue. HEX triplet: 12, 9C and E8. RGB value is (18,156,232). Sum of RGB (Red+Green+Blue) = 18+156+232=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #129CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CE8 is #ED6317. Grayscale: #7A7A7A. Windows color (decimal): -15557400 or 15244306. OLE color: 15244306.

HSL color Cylindrical-coordinate representation of color #129CE8: hue angle of 201.31º 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 #129CE8 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 156 232 -
CMYK 0.92 0.33 0 0.09
HSL 201.31º 0.86% 0.49% -
HSV(B) 201.31º 0.92% 0.91% -
XYZ 26.7 29.73 80.68 -
YUV 123.4 189.28 52.82 -
System Red Green Blue C M Y K H S L
Decimal 18 156 232 0.92 0.33 0 0.09 201.31 0.86 0.49
Hex 12 9C E8 5C 21 0 9 C9 56 31
Octal 22 234 350 134 41 0 11 311 126 61
Binary 10010 10011100 11101000 1011100 100001 0 1001 11001001 1010110 110001

Color Harmonies of #129CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CE8

Black with #129CE8

Text Example


Text Example

White with #129CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,156,232); }

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

background-color css

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

 a { background-color: rgb(18,156,232); }

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

border-color css

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

 span { border-color: rgb(18,156,232); }

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