Html Css Color HEX #129CFC Dodger Blue

📋 copy color: '#129CFC'

red 18 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #129CFC

Tints of Dodger Blue #129CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 4.23%
G = 36.62%
B = 59.15%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#129CFC (or 0x129CFC) is known color: Dodger Blue. HEX triplet: 12, 9C and FC. RGB value is (18,156,252). Sum of RGB (Red+Green+Blue) = 18+156+252=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #129CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CFC is #ED6303. Grayscale: #7D7D7D. Windows color (decimal): -15557380 or 16555026. OLE color: 16555026.

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

Color convert

RGB 18 156 252 -
CMYK 0.93 0.38 0 0.01
HSL 204.62º 0.98% 0.53% -
HSV(B) 204.62º 0.93% 0.99% -
XYZ 29.71 30.93 96.5 -
YUV 125.68 199.28 51.19 -
System Red Green Blue C M Y K H S L
Decimal 18 156 252 0.93 0.38 0 0.01 204.62 0.98 0.53
Hex 12 9C FC 5D 26 0 1 CD 62 35
Octal 22 234 374 135 46 0 1 315 142 65
Binary 10010 10011100 11111100 1011101 100110 0 1 11001101 1100010 110101

Color Harmonies of #129CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CFC

Black with #129CFC

Text Example


Text Example

White with #129CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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