Html Css Color HEX #129BF0 Dodger Blue

📋 copy color: '#129BF0'

red 18 ◦ green 155 ◦ blue 240

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

Shades of Dodger Blue #129BF0

Tints of Dodger Blue #129BF0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

 BLUE value IS 240 (94.14% from 255) = 58.11%

R = 4.36%
G = 37.53%
B = 58.11%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#129BF0 (or 0x129BF0) is known color: Dodger Blue. HEX triplet: 12, 9B and F0. RGB value is (18,155,240). Sum of RGB (Red+Green+Blue) = 18+155+240=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #129BF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BF0 is #ED640F. Grayscale: #7B7B7B. Windows color (decimal): -15557648 or 15768338. OLE color: 15768338.

HSL color Cylindrical-coordinate representation of color #129BF0: hue angle of 202.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129BF0 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 155 240 -
CMYK 0.92 0.35 0 0.06
HSL 202.97º 0.88% 0.51% -
HSV(B) 202.97º 0.93% 0.94% -
XYZ 27.7 29.86 86.74 -
YUV 123.73 193.61 52.59 -
System Red Green Blue C M Y K H S L
Decimal 18 155 240 0.92 0.35 0 0.06 202.97 0.88 0.51
Hex 12 9B F0 5C 23 0 6 CB 58 33
Octal 22 233 360 134 43 0 6 313 130 63
Binary 10010 10011011 11110000 1011100 100011 0 110 11001011 1011000 110011

Color Harmonies of #129BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BF0

Black with #129BF0

Text Example


Text Example

White with #129BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,155,240); }

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

background-color css

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

 a { background-color: rgb(18,155,240); }

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

border-color css

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

 span { border-color: rgb(18,155,240); }

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