Html Css Color HEX #129EEF Dodger Blue

📋 copy color: '#129EEF'

red 18 ◦ green 158 ◦ blue 239

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

Shades of Dodger Blue #129EEF

Tints of Dodger Blue #129EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 4.34%
G = 38.07%
B = 57.59%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#129EEF (or 0x129EEF) is known color: Dodger Blue. HEX triplet: 12, 9E and EF. RGB value is (18,158,239). Sum of RGB (Red+Green+Blue) = 18+158+239=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #129EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EEF is #ED6110. Grayscale: #7C7C7C. Windows color (decimal): -15556881 or 15703570. OLE color: 15703570.

HSL color Cylindrical-coordinate representation of color #129EEF: hue angle of 201.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129EEF is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 158 239 -
CMYK 0.92 0.34 0 0.06
HSL 201.99º 0.87% 0.5% -
HSV(B) 201.99º 0.92% 0.94% -
XYZ 28.06 30.81 86.13 -
YUV 125.37 192.12 51.41 -
System Red Green Blue C M Y K H S L
Decimal 18 158 239 0.92 0.34 0 0.06 201.99 0.87 0.5
Hex 12 9E EF 5C 22 0 6 CA 57 32
Octal 22 236 357 134 42 0 6 312 127 62
Binary 10010 10011110 11101111 1011100 100010 0 110 11001010 1010111 110010

Color Harmonies of #129EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EEF

Black with #129EEF

Text Example


Text Example

White with #129EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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