Html Css Color HEX #129BEF Dodger Blue

📋 copy color: '#129BEF'

red 18 ◦ green 155 ◦ blue 239

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

Shades of Dodger Blue #129BEF

Tints of Dodger Blue #129BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.01%

R = 4.37%
G = 37.62%
B = 58.01%

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

#129BEF (or 0x129BEF) is known color: Dodger Blue. HEX triplet: 12, 9B and EF. RGB value is (18,155,239). Sum of RGB (Red+Green+Blue) = 18+155+239=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #129BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BEF is #ED6410. Grayscale: #7B7B7B. Windows color (decimal): -15557649 or 15702802. OLE color: 15702802.

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

Color convert

RGB 18 155 239 -
CMYK 0.92 0.35 0 0.06
HSL 202.81º 0.87% 0.5% -
HSV(B) 202.81º 0.92% 0.94% -
XYZ 27.55 29.8 85.96 -
YUV 123.61 193.11 52.67 -
System Red Green Blue C M Y K H S L
Decimal 18 155 239 0.92 0.35 0 0.06 202.81 0.87 0.5
Hex 12 9B EF 5C 23 0 6 CB 57 32
Octal 22 233 357 134 43 0 6 313 127 62
Binary 10010 10011011 11101111 1011100 100011 0 110 11001011 1010111 110010

Color Harmonies of #129BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BEF

Black with #129BEF

Text Example


Text Example

White with #129BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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