Html Css Color HEX #126BFF Dodger Blue

📋 copy color: '#126BFF'

red 18 ◦ green 107 ◦ blue 255

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

Shades of Dodger Blue #126BFF

Tints of Dodger Blue #126BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.16%

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

R = 4.74%
G = 28.16%
B = 67.11%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#126BFF (or 0x126BFF) is known color: Dodger Blue. HEX triplet: 12, 6B and FF. RGB value is (18,107,255). Sum of RGB (Red+Green+Blue) = 18+107+255=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #126BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126BFF is #ED9400. Grayscale: #606060. Windows color (decimal): -15569921 or 16739090. OLE color: 16739090.

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

Color convert

RGB 18 107 255 -
CMYK 0.93 0.58 0 0
HSL 217.47º 1% 0.54% -
HSV(B) 217.47º 0.93% 1% -
XYZ 23.56 17.86 96.81 -
YUV 97.26 217.01 71.47 -
System Red Green Blue C M Y K H S L
Decimal 18 107 255 0.93 0.58 0 0 217.47 1 0.54
Hex 12 6B FF 5D 3A 0 0 D9 64 36
Octal 22 153 377 135 72 0 0 331 144 66
Binary 10010 1101011 11111111 1011101 111010 0 0 11011001 1100100 110110

Color Harmonies of #126BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BFF

Black with #126BFF

Text Example


Text Example

White with #126BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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