Html Css Color HEX #129CFB Dodger Blue

📋 copy color: '#129CFB'

red 18 ◦ green 156 ◦ blue 251

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

Shades of Dodger Blue #129CFB

Tints of Dodger Blue #129CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

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

R = 4.24%
G = 36.71%
B = 59.06%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#129CFB (or 0x129CFB) is known color: Dodger Blue. HEX triplet: 12, 9C and FB. RGB value is (18,156,251). Sum of RGB (Red+Green+Blue) = 18+156+251=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #129CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CFB is #ED6304. Grayscale: #7D7D7D. Windows color (decimal): -15557381 or 16489490. OLE color: 16489490.

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

Color convert

RGB 18 156 251 -
CMYK 0.93 0.38 0 0.02
HSL 204.46º 0.97% 0.53% -
HSV(B) 204.46º 0.93% 0.98% -
XYZ 29.55 30.87 95.67 -
YUV 125.57 198.78 51.28 -
System Red Green Blue C M Y K H S L
Decimal 18 156 251 0.93 0.38 0 0.02 204.46 0.97 0.53
Hex 12 9C FB 5D 26 0 2 CC 61 35
Octal 22 234 373 135 46 0 2 314 141 65
Binary 10010 10011100 11111011 1011101 100110 0 10 11001100 1100001 110101

Color Harmonies of #129CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CFB

Black with #129CFB

Text Example


Text Example

White with #129CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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