Html Css Color HEX #106CFE Dodger Blue

📋 copy color: '#106CFE'

red 16 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #106CFE

Tints of Dodger Blue #106CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 4.23%
G = 28.57%
B = 67.2%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#106CFE (or 0x106CFE) is known color: Dodger Blue. HEX triplet: 10, 6C and FE. RGB value is (16,108,254). Sum of RGB (Red+Green+Blue) = 16+108+254=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #106CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106CFE is #EF9301. Grayscale: #606060. Windows color (decimal): -15700738 or 16673808. OLE color: 16673808.

HSL color Cylindrical-coordinate representation of color #106CFE: hue angle of 216.81º 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 #106CFE is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 16 108 254 -
CMYK 0.94 0.57 0 0.00
HSL 216.81º 0.99% 0.53% -
HSV(B) 216.81º 0.94% 1% -
XYZ 23.47 17.99 96 -
YUV 97.14 216.52 70.13 -
System Red Green Blue C M Y K H S L
Decimal 16 108 254 0.94 0.57 0 0.00 216.81 0.99 0.53
Hex 10 6C FE 5E 39 0 0 D9 63 35
Octal 20 154 376 136 71 0 0 331 143 65
Binary 10000 1101100 11111110 1011110 111001 0 0 11011001 1100011 110101

Color Harmonies of #106CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CFE

Black with #106CFE

Text Example


Text Example

White with #106CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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