Html Css Color HEX #126AFF Dodger Blue

📋 copy color: '#126AFF'

red 18 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #126AFF

Tints of Dodger Blue #126AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 4.75%
G = 27.97%
B = 67.28%

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

#126AFF (or 0x126AFF) is known color: Dodger Blue. HEX triplet: 12, 6A and FF. RGB value is (18,106,255). Sum of RGB (Red+Green+Blue) = 18+106+255=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #126AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126AFF is #ED9500. Grayscale: #5F5F5F. Windows color (decimal): -15570177 or 16738834. OLE color: 16738834.

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

Color convert

RGB 18 106 255 -
CMYK 0.93 0.58 0 0
HSL 217.72º 1% 0.54% -
HSV(B) 217.72º 0.93% 1% -
XYZ 23.45 17.66 96.78 -
YUV 96.67 217.35 71.88 -
System Red Green Blue C M Y K H S L
Decimal 18 106 255 0.93 0.58 0 0 217.72 1 0.54
Hex 12 6A FF 5D 3A 0 0 DA 64 36
Octal 22 152 377 135 72 0 0 332 144 66
Binary 10010 1101010 11111111 1011101 111010 0 0 11011010 1100100 110110

Color Harmonies of #126AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126AFF

Black with #126AFF

Text Example


Text Example

White with #126AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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