Html Css Color HEX #129EFA Dodger Blue

📋 copy color: '#129EFA'

red 18 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #129EFA

Tints of Dodger Blue #129EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 4.23%
G = 37.09%
B = 58.69%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#129EFA (or 0x129EFA) is known color: Dodger Blue. HEX triplet: 12, 9E and FA. RGB value is (18,158,250). Sum of RGB (Red+Green+Blue) = 18+158+250=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #129EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EFA is #ED6105. Grayscale: #7E7E7E. Windows color (decimal): -15556870 or 16424466. OLE color: 16424466.

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

Color convert

RGB 18 158 250 -
CMYK 0.93 0.37 0 0.02
HSL 203.79º 0.96% 0.53% -
HSV(B) 203.79º 0.93% 0.98% -
XYZ 29.73 31.48 94.95 -
YUV 126.63 197.62 50.52 -
System Red Green Blue C M Y K H S L
Decimal 18 158 250 0.93 0.37 0 0.02 203.79 0.96 0.53
Hex 12 9E FA 5D 25 0 2 CC 60 35
Octal 22 236 372 135 45 0 2 314 140 65
Binary 10010 10011110 11111010 1011101 100101 0 10 11001100 1100000 110101

Color Harmonies of #129EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EFA

Black with #129EFA

Text Example


Text Example

White with #129EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,158,250); }

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

background-color css

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

 a { background-color: rgb(18,158,250); }

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

border-color css

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

 span { border-color: rgb(18,158,250); }

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