Html Css Color HEX #129EEE Dodger Blue

📋 copy color: '#129EEE'

red 18 ◦ green 158 ◦ blue 238

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

Shades of Dodger Blue #129EEE

Tints of Dodger Blue #129EEE

RGB

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

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

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

R = 4.35%
G = 38.16%
B = 57.49%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#129EEE (or 0x129EEE) is known color: Dodger Blue. HEX triplet: 12, 9E and EE. RGB value is (18,158,238). Sum of RGB (Red+Green+Blue) = 18+158+238=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #129EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EEE is #ED6111. Grayscale: #7C7C7C. Windows color (decimal): -15556882 or 15638034. OLE color: 15638034.

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

Color convert

RGB 18 158 238 -
CMYK 0.92 0.34 0 0.07
HSL 201.82º 0.87% 0.5% -
HSV(B) 201.82º 0.92% 0.93% -
XYZ 27.91 30.76 85.35 -
YUV 125.26 191.62 51.5 -
System Red Green Blue C M Y K H S L
Decimal 18 158 238 0.92 0.34 0 0.07 201.82 0.87 0.5
Hex 12 9E EE 5C 22 0 7 CA 57 32
Octal 22 236 356 134 42 0 7 312 127 62
Binary 10010 10011110 11101110 1011100 100010 0 111 11001010 1010111 110010

Color Harmonies of #129EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EEE

Black with #129EEE

Text Example


Text Example

White with #129EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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