Html Css Color HEX #129FFB Dodger Blue

📋 copy color: '#129FFB'

red 18 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #129FFB

Tints of Dodger Blue #129FFB

RGB

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

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

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

R = 4.21%
G = 37.15%
B = 58.64%

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

#129FFB (or 0x129FFB) is known color: Dodger Blue. HEX triplet: 12, 9F and FB. RGB value is (18,159,251). Sum of RGB (Red+Green+Blue) = 18+159+251=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #129FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FFB is #ED6004. Grayscale: #7E7E7E. Windows color (decimal): -15556613 or 16490258. OLE color: 16490258.

HSL color Cylindrical-coordinate representation of color #129FFB: hue angle of 203.69º 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 #129FFB is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 159 251 -
CMYK 0.93 0.37 0 0.02
HSL 203.69º 0.97% 0.53% -
HSV(B) 203.69º 0.93% 0.98% -
XYZ 30.06 31.89 95.84 -
YUV 127.33 197.79 50.02 -
System Red Green Blue C M Y K H S L
Decimal 18 159 251 0.93 0.37 0 0.02 203.69 0.97 0.53
Hex 12 9F FB 5D 25 0 2 CC 61 35
Octal 22 237 373 135 45 0 2 314 141 65
Binary 10010 10011111 11111011 1011101 100101 0 10 11001100 1100001 110101

Color Harmonies of #129FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FFB

Black with #129FFB

Text Example


Text Example

White with #129FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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