Html Css Color HEX #126DF1 Dodger Blue

📋 copy color: '#126DF1'

red 18 ◦ green 109 ◦ blue 241

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

Shades of Dodger Blue #126DF1

Tints of Dodger Blue #126DF1

RGB

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

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

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

R = 4.89%
G = 29.62%
B = 65.49%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#126DF1 (or 0x126DF1) is known color: Dodger Blue. HEX triplet: 12, 6D and F1. RGB value is (18,109,241). Sum of RGB (Red+Green+Blue) = 18+109+241=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #126DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126DF1 is #ED920E. Grayscale: #606060. Windows color (decimal): -15569423 or 15822098. OLE color: 15822098.

HSL color Cylindrical-coordinate representation of color #126DF1: hue angle of 215.52º 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 #126DF1 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 109 241 -
CMYK 0.93 0.55 0 0.05
HSL 215.52º 0.89% 0.51% -
HSV(B) 215.52º 0.93% 0.95% -
XYZ 21.6 17.42 85.44 -
YUV 96.84 209.35 71.77 -
System Red Green Blue C M Y K H S L
Decimal 18 109 241 0.93 0.55 0 0.05 215.52 0.89 0.51
Hex 12 6D F1 5D 37 0 5 D8 59 33
Octal 22 155 361 135 67 0 5 330 131 63
Binary 10010 1101101 11110001 1011101 110111 0 101 11011000 1011001 110011

Color Harmonies of #126DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DF1

Black with #126DF1

Text Example


Text Example

White with #126DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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