Html Css Color HEX #129BF1 Dodger Blue

📋 copy color: '#129BF1'

red 18 ◦ green 155 ◦ blue 241

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

Shades of Dodger Blue #129BF1

Tints of Dodger Blue #129BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.21%

R = 4.35%
G = 37.44%
B = 58.21%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#129BF1 (or 0x129BF1) is known color: Dodger Blue. HEX triplet: 12, 9B and F1. RGB value is (18,155,241). Sum of RGB (Red+Green+Blue) = 18+155+241=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #129BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BF1 is #ED640E. Grayscale: #7B7B7B. Windows color (decimal): -15557647 or 15833874. OLE color: 15833874.

HSL color Cylindrical-coordinate representation of color #129BF1: hue angle of 203.14º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129BF1 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 155 241 -
CMYK 0.93 0.36 0 0.05
HSL 203.14º 0.89% 0.51% -
HSV(B) 203.14º 0.93% 0.95% -
XYZ 27.85 29.92 87.53 -
YUV 123.84 194.11 52.51 -
System Red Green Blue C M Y K H S L
Decimal 18 155 241 0.93 0.36 0 0.05 203.14 0.89 0.51
Hex 12 9B F1 5D 24 0 5 CB 59 33
Octal 22 233 361 135 44 0 5 313 131 63
Binary 10010 10011011 11110001 1011101 100100 0 101 11001011 1011001 110011

Color Harmonies of #129BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BF1

Black with #129BF1

Text Example


Text Example

White with #129BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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