Html Css Color HEX #129FEB Dodger Blue

📋 copy color: '#129FEB'

red 18 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #129FEB

Tints of Dodger Blue #129FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.59%

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 4.37%
G = 38.59%
B = 57.04%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#129FEB (or 0x129FEB) is known color: Dodger Blue. HEX triplet: 12, 9F and EB. RGB value is (18,159,235). Sum of RGB (Red+Green+Blue) = 18+159+235=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #129FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FEB is #ED6014. Grayscale: #7D7D7D. Windows color (decimal): -15556629 or 15441682. OLE color: 15441682.

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

Color convert

RGB 18 159 235 -
CMYK 0.92 0.32 0 0.08
HSL 201.01º 0.86% 0.5% -
HSV(B) 201.01º 0.92% 0.92% -
XYZ 27.64 30.92 83.11 -
YUV 125.51 189.79 51.32 -
System Red Green Blue C M Y K H S L
Decimal 18 159 235 0.92 0.32 0 0.08 201.01 0.86 0.5
Hex 12 9F EB 5C 20 0 8 C9 56 32
Octal 22 237 353 134 40 0 10 311 126 62
Binary 10010 10011111 11101011 1011100 100000 0 1000 11001001 1010110 110010

Color Harmonies of #129FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FEB

Black with #129FEB

Text Example


Text Example

White with #129FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,159,235); }

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

background-color css

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

 a { background-color: rgb(18,159,235); }

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

border-color css

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

 span { border-color: rgb(18,159,235); }

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