Html Css Color HEX #129EFB Dodger Blue

📋 copy color: '#129EFB'

red 18 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #129EFB

Tints of Dodger Blue #129EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.78%

R = 4.22%
G = 37%
B = 58.78%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#129EFB (or 0x129EFB) is known color: Dodger Blue. HEX triplet: 12, 9E and FB. RGB value is (18,158,251). Sum of RGB (Red+Green+Blue) = 18+158+251=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #129EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EFB is #ED6104. Grayscale: #7E7E7E. Windows color (decimal): -15556869 or 16490002. OLE color: 16490002.

HSL color Cylindrical-coordinate representation of color #129EFB: hue angle of 203.95º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129EFB is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 158 251 -
CMYK 0.93 0.37 0 0.02
HSL 203.95º 0.97% 0.53% -
HSV(B) 203.95º 0.93% 0.98% -
XYZ 29.89 31.55 95.78 -
YUV 126.74 198.12 50.44 -
System Red Green Blue C M Y K H S L
Decimal 18 158 251 0.93 0.37 0 0.02 203.95 0.97 0.53
Hex 12 9E FB 5D 25 0 2 CC 61 35
Octal 22 236 373 135 45 0 2 314 141 65
Binary 10010 10011110 11111011 1011101 100101 0 10 11001100 1100001 110101

Color Harmonies of #129EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EFB

Black with #129EFB

Text Example


Text Example

White with #129EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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