Html Css Color HEX #126BFE Dodger Blue

📋 copy color: '#126BFE'

red 18 ◦ green 107 ◦ blue 254

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

Shades of Dodger Blue #126BFE

Tints of Dodger Blue #126BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 4.75%
G = 28.23%
B = 67.02%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#126BFE (or 0x126BFE) is known color: Dodger Blue. HEX triplet: 12, 6B and FE. RGB value is (18,107,254). Sum of RGB (Red+Green+Blue) = 18+107+254=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #126BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126BFE is #ED9401. Grayscale: #606060. Windows color (decimal): -15569922 or 16673554. OLE color: 16673554.

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

Color convert

RGB 18 107 254 -
CMYK 0.93 0.58 0 0.00
HSL 217.37º 0.99% 0.53% -
HSV(B) 217.37º 0.93% 1% -
XYZ 23.4 17.8 95.97 -
YUV 97.15 216.51 71.55 -
System Red Green Blue C M Y K H S L
Decimal 18 107 254 0.93 0.58 0 0.00 217.37 0.99 0.53
Hex 12 6B FE 5D 3A 0 0 D9 63 35
Octal 22 153 376 135 72 0 0 331 143 65
Binary 10010 1101011 11111110 1011101 111010 0 0 11011001 1100011 110101

Color Harmonies of #126BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BFE

Black with #126BFE

Text Example


Text Example

White with #126BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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