Html Css Color HEX #129AFE Dodger Blue

📋 copy color: '#129AFE'

red 18 ◦ green 154 ◦ blue 254

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

Shades of Dodger Blue #129AFE

Tints of Dodger Blue #129AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.62%

R = 4.23%
G = 36.15%
B = 59.62%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#129AFE (or 0x129AFE) is known color: Dodger Blue. HEX triplet: 12, 9A and FE. RGB value is (18,154,254). Sum of RGB (Red+Green+Blue) = 18+154+254=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #129AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129AFE is #ED6501. Grayscale: #7C7C7C. Windows color (decimal): -15557890 or 16685586. OLE color: 16685586.

HSL color Cylindrical-coordinate representation of color #129AFE: hue angle of 205.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129AFE is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 154 254 -
CMYK 0.93 0.39 0 0.00
HSL 205.42º 0.99% 0.53% -
HSV(B) 205.42º 0.93% 1% -
XYZ 29.69 30.4 98.07 -
YUV 124.74 200.94 51.87 -
System Red Green Blue C M Y K H S L
Decimal 18 154 254 0.93 0.39 0 0.00 205.42 0.99 0.53
Hex 12 9A FE 5D 27 0 0 CD 63 35
Octal 22 232 376 135 47 0 0 315 143 65
Binary 10010 10011010 11111110 1011101 100111 0 0 11001101 1100011 110101

Color Harmonies of #129AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AFE

Black with #129AFE

Text Example


Text Example

White with #129AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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