Html Css Color HEX #129AFB Dodger Blue

📋 copy color: '#129AFB'

red 18 ◦ green 154 ◦ blue 251

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

Shades of Dodger Blue #129AFB

Tints of Dodger Blue #129AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

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

R = 4.26%
G = 36.41%
B = 59.34%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#129AFB (or 0x129AFB) is known color: Dodger Blue. HEX triplet: 12, 9A and FB. RGB value is (18,154,251). Sum of RGB (Red+Green+Blue) = 18+154+251=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #129AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129AFB is #ED6504. Grayscale: #7B7B7B. Windows color (decimal): -15557893 or 16488978. OLE color: 16488978.

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

Color convert

RGB 18 154 251 -
CMYK 0.93 0.39 0 0.02
HSL 204.98º 0.97% 0.53% -
HSV(B) 204.98º 0.93% 0.98% -
XYZ 29.22 30.2 95.56 -
YUV 124.39 199.44 52.11 -
System Red Green Blue C M Y K H S L
Decimal 18 154 251 0.93 0.39 0 0.02 204.98 0.97 0.53
Hex 12 9A FB 5D 27 0 2 CD 61 35
Octal 22 232 373 135 47 0 2 315 141 65
Binary 10010 10011010 11111011 1011101 100111 0 10 11001101 1100001 110101

Color Harmonies of #129AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AFB

Black with #129AFB

Text Example


Text Example

White with #129AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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