Html Css Color HEX #106AFE Dodger Blue

📋 copy color: '#106AFE'

red 16 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #106AFE

Tints of Dodger Blue #106AFE

RGB

 RED value IS 16 (6.64% from 255) = 4.26%

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

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

R = 4.26%
G = 28.19%
B = 67.55%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#106AFE (or 0x106AFE) is known color: Dodger Blue. HEX triplet: 10, 6A and FE. RGB value is (16,106,254). Sum of RGB (Red+Green+Blue) = 16+106+254=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #106AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106AFE is #EF9501. Grayscale: #5F5F5F. Windows color (decimal): -15701250 or 16673296. OLE color: 16673296.

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

Color convert

RGB 16 106 254 -
CMYK 0.94 0.58 0 0.00
HSL 217.31º 0.99% 0.53% -
HSV(B) 217.31º 0.94% 1% -
XYZ 23.26 17.57 95.93 -
YUV 95.96 217.18 70.97 -
System Red Green Blue C M Y K H S L
Decimal 16 106 254 0.94 0.58 0 0.00 217.31 0.99 0.53
Hex 10 6A FE 5E 3A 0 0 D9 63 35
Octal 20 152 376 136 72 0 0 331 143 65
Binary 10000 1101010 11111110 1011110 111010 0 0 11011001 1100011 110101

Color Harmonies of #106AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106AFE

Black with #106AFE

Text Example


Text Example

White with #106AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106AFE; }

 p { color: rgb(16,106,254); }

 H1.HeaderClassName
 {
   color: #106AFE;
 }
 .AnyTagClassName
 {
   color: #106AFE;
 }
</style>

background-color css

<style>
 a { background-color: #106AFE; }

 a { background-color: rgb(16,106,254); }

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

border-color css

<style>
 span { border-color: #106AFE; }

 span { border-color: rgb(16,106,254); }

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