Html Css Color HEX #126DFF Dodger Blue

📋 copy color: '#126DFF'

red 18 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #126DFF

Tints of Dodger Blue #126DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.53%

 BLUE value IS 255 (100% from 255) = 66.75%

R = 4.71%
G = 28.53%
B = 66.75%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#126DFF (or 0x126DFF) is known color: Dodger Blue. HEX triplet: 12, 6D and FF. RGB value is (18,109,255). Sum of RGB (Red+Green+Blue) = 18+109+255=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #126DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126DFF is #ED9200. Grayscale: #616161. Windows color (decimal): -15569409 or 16739602. OLE color: 16739602.

HSL color Cylindrical-coordinate representation of color #126DFF: hue angle of 216.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126DFF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 109 255 -
CMYK 0.93 0.57 0 0
HSL 216.96º 1% 0.54% -
HSV(B) 216.96º 0.93% 1% -
XYZ 23.77 18.29 96.88 -
YUV 98.44 216.35 70.63 -
System Red Green Blue C M Y K H S L
Decimal 18 109 255 0.93 0.57 0 0 216.96 1 0.54
Hex 12 6D FF 5D 39 0 0 D9 64 36
Octal 22 155 377 135 71 0 0 331 144 66
Binary 10010 1101101 11111111 1011101 111001 0 0 11011001 1100100 110110

Color Harmonies of #126DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DFF

Black with #126DFF

Text Example


Text Example

White with #126DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126DFF; }

 p { color: rgb(18,109,255); }

 H1.HeaderClassName
 {
   color: #126DFF;
 }
 .AnyTagClassName
 {
   color: #126DFF;
 }
</style>

background-color css

<style>
 a { background-color: #126DFF; }

 a { background-color: rgb(18,109,255); }

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

border-color css

<style>
 span { border-color: #126DFF; }

 span { border-color: rgb(18,109,255); }

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