Html Css Color HEX #129CFF Dodger Blue

📋 copy color: '#129CFF'

red 18 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #129CFF

Tints of Dodger Blue #129CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 4.2%
G = 36.36%
B = 59.44%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#129CFF (or 0x129CFF) is known color: Dodger Blue. HEX triplet: 12, 9C and FF. RGB value is (18,156,255). Sum of RGB (Red+Green+Blue) = 18+156+255=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #129CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CFF is #ED6300. Grayscale: #7D7D7D. Windows color (decimal): -15557377 or 16751634. OLE color: 16751634.

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

Color convert

RGB 18 156 255 -
CMYK 0.93 0.39 0 0
HSL 205.06º 1% 0.54% -
HSV(B) 205.06º 0.93% 1% -
XYZ 30.19 31.13 99.02 -
YUV 126.02 200.78 50.95 -
System Red Green Blue C M Y K H S L
Decimal 18 156 255 0.93 0.39 0 0 205.06 1 0.54
Hex 12 9C FF 5D 27 0 0 CD 64 36
Octal 22 234 377 135 47 0 0 315 144 66
Binary 10010 10011100 11111111 1011101 100111 0 0 11001101 1100100 110110

Color Harmonies of #129CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CFF

Black with #129CFF

Text Example


Text Example

White with #129CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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