Html Css Color HEX #129BF5 Dodger Blue

📋 copy color: '#129BF5'

red 18 ◦ green 155 ◦ blue 245

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

Shades of Dodger Blue #129BF5

Tints of Dodger Blue #129BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 58.61%

R = 4.31%
G = 37.08%
B = 58.61%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#129BF5 (or 0x129BF5) is known color: Dodger Blue. HEX triplet: 12, 9B and F5. RGB value is (18,155,245). Sum of RGB (Red+Green+Blue) = 18+155+245=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 245 (96.09% from 255 or 58.61% from 418); Max value from RGB is 245 - color contains mainly: blue. Hex color #129BF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BF5 is #ED640A. Grayscale: #7B7B7B. Windows color (decimal): -15557643 or 16096018. OLE color: 16096018.

HSL color Cylindrical-coordinate representation of color #129BF5: hue angle of 203.79º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129BF5 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 155 245 -
CMYK 0.93 0.37 0 0.04
HSL 203.79º 0.92% 0.52% -
HSV(B) 203.79º 0.93% 0.96% -
XYZ 28.45 30.16 90.71 -
YUV 124.3 196.11 52.18 -
System Red Green Blue C M Y K H S L
Decimal 18 155 245 0.93 0.37 0 0.04 203.79 0.92 0.52
Hex 12 9B F5 5D 25 0 4 CC 5C 34
Octal 22 233 365 135 45 0 4 314 134 64
Binary 10010 10011011 11110101 1011101 100101 0 100 11001100 1011100 110100

Color Harmonies of #129BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BF5

Black with #129BF5

Text Example


Text Example

White with #129BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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