Html Css Color HEX #129EF8 Dodger Blue

📋 copy color: '#129EF8'

red 18 ◦ green 158 ◦ blue 248

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

Shades of Dodger Blue #129EF8

Tints of Dodger Blue #129EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.49%

R = 4.25%
G = 37.26%
B = 58.49%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#129EF8 (or 0x129EF8) is known color: Dodger Blue. HEX triplet: 12, 9E and F8. RGB value is (18,158,248). Sum of RGB (Red+Green+Blue) = 18+158+248=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #129EF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EF8 is #ED6107. Grayscale: #7D7D7D. Windows color (decimal): -15556872 or 16293394. OLE color: 16293394.

HSL color Cylindrical-coordinate representation of color #129EF8: hue angle of 203.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129EF8 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 158 248 -
CMYK 0.93 0.36 0 0.03
HSL 203.48º 0.94% 0.52% -
HSV(B) 203.48º 0.93% 0.97% -
XYZ 29.42 31.36 93.31 -
YUV 126.4 196.62 50.68 -
System Red Green Blue C M Y K H S L
Decimal 18 158 248 0.93 0.36 0 0.03 203.48 0.94 0.52
Hex 12 9E F8 5D 24 0 3 CB 5E 34
Octal 22 236 370 135 44 0 3 313 136 64
Binary 10010 10011110 11111000 1011101 100100 0 11 11001011 1011110 110100

Color Harmonies of #129EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EF8

Black with #129EF8

Text Example


Text Example

White with #129EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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