Html Css Color HEX #129FEE Dodger Blue

📋 copy color: '#129FEE'

red 18 ◦ green 159 ◦ blue 238

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

Shades of Dodger Blue #129FEE

Tints of Dodger Blue #129FEE

RGB

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

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

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

R = 4.34%
G = 38.31%
B = 57.35%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#129FEE (or 0x129FEE) is known color: Dodger Blue. HEX triplet: 12, 9F and EE. RGB value is (18,159,238). Sum of RGB (Red+Green+Blue) = 18+159+238=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #129FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FEE is #ED6011. Grayscale: #7D7D7D. Windows color (decimal): -15556626 or 15638290. OLE color: 15638290.

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

Color convert

RGB 18 159 238 -
CMYK 0.92 0.33 0 0.07
HSL 201.55º 0.87% 0.5% -
HSV(B) 201.55º 0.92% 0.93% -
XYZ 28.08 31.1 85.41 -
YUV 125.85 191.29 51.08 -
System Red Green Blue C M Y K H S L
Decimal 18 159 238 0.92 0.33 0 0.07 201.55 0.87 0.5
Hex 12 9F EE 5C 21 0 7 CA 57 32
Octal 22 237 356 134 41 0 7 312 127 62
Binary 10010 10011111 11101110 1011100 100001 0 111 11001010 1010111 110010

Color Harmonies of #129FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FEE

Black with #129FEE

Text Example


Text Example

White with #129FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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