Html Css Color HEX #129CFE Dodger Blue

📋 copy color: '#129CFE'

red 18 ◦ green 156 ◦ blue 254

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

Shades of Dodger Blue #129CFE

Tints of Dodger Blue #129CFE

RGB

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

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

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

R = 4.21%
G = 36.45%
B = 59.35%

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

#129CFE (or 0x129CFE) is known color: Dodger Blue. HEX triplet: 12, 9C and FE. RGB value is (18,156,254). Sum of RGB (Red+Green+Blue) = 18+156+254=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #129CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CFE is #ED6301. Grayscale: #7D7D7D. Windows color (decimal): -15557378 or 16686098. OLE color: 16686098.

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

Color convert

RGB 18 156 254 -
CMYK 0.93 0.39 0 0.00
HSL 204.92º 0.99% 0.53% -
HSV(B) 204.92º 0.93% 1% -
XYZ 30.03 31.06 98.18 -
YUV 125.91 200.28 51.03 -
System Red Green Blue C M Y K H S L
Decimal 18 156 254 0.93 0.39 0 0.00 204.92 0.99 0.53
Hex 12 9C FE 5D 27 0 0 CD 63 35
Octal 22 234 376 135 47 0 0 315 143 65
Binary 10010 10011100 11111110 1011101 100111 0 0 11001101 1100011 110101

Color Harmonies of #129CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CFE

Black with #129CFE

Text Example


Text Example

White with #129CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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